[jbig2-cvs] rev 252 - trunk

giles@ghostscript.com giles@ghostscript.com
Thu, 15 May 2003 12:12:23 -0700


Author: giles
Date: 2003-05-15 12:12:22 -0700 (Thu, 15 May 2003)
New Revision: 252

Modified:
   trunk/os_types.h
Log:
Correct a typo in the recommit.


Modified: trunk/os_types.h
==============================================================================
--- trunk/os_types.h	2003-05-07 22:45:42 UTC (rev 251)
+++ trunk/os_types.h	2003-05-15 19:12:22 UTC (rev 252)
@@ -25,6 +25,6 @@
 #include "config_win32.h"
 #endif
 
-+#if defined(HAVE_STDINT_H) || defined(__MACOS__)
+#if defined(HAVE_STDINT_H) || defined(__MACOS__)
 #include <stdint.h>
 #endif