diff options
Diffstat (limited to 'src/gif.c')
-rw-r--r-- | src/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ #define MAX_LWZ_BITS 12 -typedef struct _DilloGif { +typedef struct { DilloImage *Image; DilloUrl *url; int version; |