aboutsummaryrefslogtreecommitdiffstats
path: root/src/gif.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2009-11-21 05:36:09 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2009-11-21 05:36:09 -0800
commit51d149442489d7515aceb0909d6e1e5a28cf0531 (patch)
tree1d7d4bd993a63eb8f416f8a759fd3a743451cd6b /src/gif.c
parentee331edd58539527d88878c761f0ebe4ba81351e (diff)
downloadmirror-meh-51d149442489d7515aceb0909d6e1e5a28cf0531.tar.gz
mirror-meh-51d149442489d7515aceb0909d6e1e5a28cf0531.tar.bz2
mirror-meh-51d149442489d7515aceb0909d6e1e5a28cf0531.zip
fixed whitespace
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index 8887efd..ef6c312 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -45,7 +45,7 @@ static struct image *gif_open(FILE *f){
g->img.bufwidth = gif->SWidth;
g->img.bufheight = gif->SHeight;
- g->img.fmt = &giflib;
+ g->img.fmt = &giflib;
return (struct image *)g;
}