rev 317 - trunk

[email protected] Wed, 11 Aug 2004 09:38:40 -0700 (PDT)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2004-08-11 09:38:39 -0700 (Wed, 11 Aug 2004)
New Revision: 317

Modified:
   trunk/jbig2_page.c
Log:
correct a typo in the previous commit

Modified: trunk/jbig2_page.c
===================================================================
--- trunk/jbig2_page.c	2004-08-10 22:36:14 UTC (rev 316)
+++ trunk/jbig2_page.c	2004-08-11 16:38:39 UTC (rev 317)
@@ -27,7 +27,7 @@
 #include "jbig2_priv.h"
 
 #ifdef OUTPUT_PBM
-#inclue <stdio.h>
+#include <stdio.h>
 #include "jbig2_image.h"
 #endif