aboutsummaryrefslogtreecommitdiffstats
path: root/src/bmp.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/bmp.c
parentee331edd58539527d88878c761f0ebe4ba81351e (diff)
downloadmirror-meh-51d149442489d7515aceb0909d6e1e5a28cf0531.tar.gz
mirror-meh-51d149442489d7515aceb0909d6e1e5a28cf0531.tar.bz2
mirror-meh-51d149442489d7515aceb0909d6e1e5a28cf0531.zip
fixed whitespace
Diffstat (limited to 'src/bmp.c')
-rw-r--r--src/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bmp.c b/src/bmp.c
index 6fea4bf..01a4970 100644
--- a/src/bmp.c
+++ b/src/bmp.c
@@ -102,7 +102,7 @@ struct image *bmp_open(FILE *f){
b->rowwidth += 4 - (b->rowwidth & 3);
}
- b->img.fmt = &bmp;
+ b->img.fmt = &bmp;
return (struct image *)b;
}