diff options
Diffstat (limited to 'src/gif.c')
-rw-r--r-- | src/gif.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ static struct image *gif_open(FILE *f){ g->img.bufwidth = gif->SWidth; g->img.bufheight = gif->SHeight; + g->img.fmt = &giflib; + return (struct image *)g; } |