aboutsummaryrefslogtreecommitdiffstats
path: root/src/bmp.c
diff options
context:
space:
mode:
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;
}