aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.c')
-rw-r--r--src/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index fbe53f6..d10cede 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -52,7 +52,7 @@ static struct image *jpeg_open(FILE *f){
j->jerr.pub.error_exit = error_exit;
- j->img.fmt = &libjpeg;
+ j->img.fmt = &libjpeg;
return (struct image *)j;
}