[Expat-checkins] expat/lib xmltok.c,1.19,1.20
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Tue Jul 9 06:58:04 2002
Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv20247
Modified Files:
xmltok.c
Log Message:
Fix typo from manual application of the Mac OS classic patch.
Index: xmltok.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmltok.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- xmltok.c 8 Jul 2002 17:06:55 -0000 1.19
+++ xmltok.c 9 Jul 2002 13:57:18 -0000 1.20
@@ -5,7 +5,7 @@
#ifdef COMPILED_FROM_DSP
#include "winconfig.h"
#elif defined(MACOS_CLASSIC)
-#incldue "macconfig.h"
+#include "macconfig.h"
#else
#include <expat_config.h>
#endif /* ndef COMPILED_FROM_DSP */