summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl_images_core.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_images_core.cxx b/src/fl_images_core.cxx
index 96d374c12..21f6f0856 100644
--- a/src/fl_images_core.cxx
+++ b/src/fl_images_core.cxx
@@ -89,7 +89,7 @@ fl_check_images(const char *name, // I - Filename
#ifdef HAVE_LIBJPEG
if (memcmp(header, "\377\330\377", 3) == 0 &&
// Start-of-Image
- header[3] >= 0xe0 && header[3] <= 0xef)
+ header[3] >= 0xc0 && header[3] <= 0xef)
// APPn for JPEG file
return new Fl_JPEG_Image(name);
#endif // HAVE_LIBJPEG