changeset 4055:a76659cf76d3 libavcodec

indention
author bcoudurier
date Sun, 22 Oct 2006 15:09:32 +0000
parents f20c7bb12103
children 55efd8b39474
files gifdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gifdec.c	Sun Oct 22 15:05:03 2006 +0000
+++ b/gifdec.c	Sun Oct 22 15:09:32 2006 +0000
@@ -26,7 +26,7 @@
 #include "bytestream.h"
 
 #define MAXBITS                 12
-#define         SIZTABLE        (1<<MAXBITS)
+#define SIZTABLE                (1<<MAXBITS)
 
 #define GCE_DISPOSAL_NONE       0
 #define GCE_DISPOSAL_INPLACE    1