Updated typo in changeLog

This commit is contained in:
slidedraw 2002-04-08 16:49:40 +00:00
parent 9ce4becddf
commit ff91bdef26
3 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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 =

View File

@ -620,7 +620,6 @@ int main (int argc, char **argv)
free(str_array);
free(ws_array);
return 0;
}