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;
}