diff options
author | Bert <ber.t@gmx.com> | 2011-09-06 11:55:31 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-09-06 11:55:31 +0200 |
commit | 8f34b7e95cc4de30b67eacb264688ca14acaaf60 (patch) | |
tree | d788d533dc9ac3044904d1f7ad9cb8d666ff66d1 /types.h | |
parent | 14d1daf280f6912b33a57e802cc12a9ee96a3e4f (diff) |
Load as much of a corrupted gif file as possible
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ typedef enum { typedef struct { const char *name; /* as given by user */ const char *path; /* always absolute */ + unsigned char loaded; } fileinfo_t; /* timeouts in milliseconds: */ |