summaryrefslogtreecommitdiff
path: root/src/lib/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/jpeg.c')
-rw-r--r--src/lib/jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c
index 06c9d7c6cf..f06d490329 100644
--- a/src/lib/jpeg.c
+++ b/src/lib/jpeg.c
@@ -417,7 +417,6 @@ int jpeg_decode(unsigned char *buf, unsigned char *pic,
break;
default:
return ERR_DEPTH_MISMATCH;
- break;
}
}
}