Touched all files
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
EXTRA_DIST = README-cole README-CVS DOWNLOAD ChangeLog ChangeLog-from1to2 TODO THANKS AUTHORS BUGS doc/* examples/* utils/*
|
||||
|
||||
noinst_LIBRARIES = libcole.a
|
||||
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
|
||||
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
|
||||
AM_CFLAGS = -Wall -Wcast-align -Wpointer-arith
|
||||
|
||||
|
@@ -77,7 +77,7 @@ VERSION = @VERSION@
|
||||
EXTRA_DIST = README-cole README-CVS DOWNLOAD ChangeLog ChangeLog-from1to2 TODO THANKS AUTHORS BUGS doc/* examples/* utils/*
|
||||
|
||||
noinst_LIBRARIES = libcole.a
|
||||
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
|
||||
libcole_a_SOURCES = cole.c internal.c oledecod.c olecod.c support.c version.c internal.h support.h
|
||||
AM_CFLAGS = -Wall -Wcast-align -Wpointer-arith
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
|
@@ -57,6 +57,7 @@ cole_perror (const char *s, COLERRNO colerrno)
|
||||
break;
|
||||
case COLE_EOPENFILE:
|
||||
fprintf (stderr, "cole - Cannot open the file\n");
|
||||
exit(1);
|
||||
break;
|
||||
case COLE_ENOFILESYSTEM:
|
||||
fprintf (stderr, "cole - The file is not a OLE2 file\n");
|
||||
|
Reference in New Issue
Block a user