Updated typo in changeLog
This commit is contained in:
parent
9ce4becddf
commit
ff91bdef26
@ -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
|
||||
|
||||
|
@ -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 =
|
||||
|
@ -620,7 +620,6 @@ int main (int argc, char **argv)
|
||||
|
||||
free(str_array);
|
||||
free(ws_array);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user