aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c
index 06827ea413..71253967c1 100644
--- a/src/lib/jpeg.c
+++ b/src/lib/jpeg.c
@@ -464,6 +464,7 @@ static int fillbits(struct in *in, int le, unsigned int bi)
m = in->func(in->data);
if (m == 0)
continue;
+ }
}
in->marker = m;
if (le <= 16)