diff src/gifrlib.h @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 19dcec799385
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/gifrlib.h	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/gifrlib.h	Mon Aug 13 11:07:10 2007 +0200
@@ -36,11 +36,7 @@
 typedef unsigned char *	GifRowType;
 typedef unsigned char	GifByteType;
 
-#ifdef SYSV
-#define VoidPtr char *
-#else
 #define VoidPtr void *
-#endif /* SYSV */
 
 typedef struct GifColorType {
     GifByteType Red, Green, Blue;
@@ -167,7 +163,7 @@
 
 /* This is the in-core version of an extension record */
 typedef struct {
-    int		    ByteCount;
+    int		ByteCount;
     GifByteType	*Bytes;		/* on malloc(3) heap */
 } ExtensionBlock;