From ff91bdef26f41acf838323189dc8ad3d091b466c Mon Sep 17 00:00:00 2001 From: slidedraw Date: Mon, 8 Apr 2002 16:49:40 +0000 Subject: [PATCH] Updated typo in changeLog --- xlhtml/ChangeLog | 2 +- xlhtml/Makefile.in | 6 +++--- xlhtml/xlhtml.c | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/xlhtml/ChangeLog b/xlhtml/ChangeLog index 1ac75cc..6250f88 100644 --- a/xlhtml/ChangeLog +++ b/xlhtml/ChangeLog @@ -10,7 +10,7 @@ *Added a patch to support bold formatting 0.4.9.1 03/10/02 - * Fixed bug in cole.c which causes errors reading ppthtml files - Takahiro Kamba + * Fixed bug in cole.c which causes errors reading ppthtml files - Takahiro Kambe * Fixed bug in page name output for non-html output * xlhtml now uses Microsoft CodePages - Victor Wagner diff --git a/xlhtml/Makefile.in b/xlhtml/Makefile.in index 242c2d5..db3de13 100644 --- a/xlhtml/Makefile.in +++ b/xlhtml/Makefile.in @@ -83,10 +83,10 @@ man_MANS = xlhtml.1 bin_SCRIPTS = nsopen nsxlview bin_PROGRAMS = xlhtml LDADD = ../cole/libcole.a -xlhtml_SOURCES = support.c xlhtml.c memwatch.c +xlhtml_SOURCES = support.c xlhtml.c xldump_SOURCES = xldump.c xlcdump_SOURCES = xlcdump.c -AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith -DMEMWATCH +AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -97,7 +97,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -xlhtml_OBJECTS = support.o xlhtml.o memwatch.o +xlhtml_OBJECTS = support.o xlhtml.o xlhtml_LDADD = $(LDADD) xlhtml_DEPENDENCIES = ../cole/libcole.a xlhtml_LDFLAGS = diff --git a/xlhtml/xlhtml.c b/xlhtml/xlhtml.c index 9aa2a7a..c2b3c73 100644 --- a/xlhtml/xlhtml.c +++ b/xlhtml/xlhtml.c @@ -620,7 +620,6 @@ int main (int argc, char **argv) free(str_array); free(ws_array); - return 0; }