summaryrefslogtreecommitdiff
path: root/wrjpgcom.c
diff options
context:
space:
mode:
authorThomas G. Lane <tgl@netcom.com>1995-08-02 00:00:00 +0000
committerDRC <information@libjpeg-turbo.org>2015-07-29 15:31:30 -0500
commitbc79e0680a45d1ca330d690dae0340c8e17ab5e3 (patch)
treea72d3996a6a70824338566ef36c2fe8acb00fba0 /wrjpgcom.c
parenta8b67c4fbbfde9b4b4e03f2dea8f4f0b1900fc33 (diff)
The Independent JPEG Group's JPEG software v6
Diffstat (limited to 'wrjpgcom.c')
-rw-r--r--wrjpgcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrjpgcom.c b/wrjpgcom.c
index 8a0d964..1f029f8 100644
--- a/wrjpgcom.c
+++ b/wrjpgcom.c
@@ -150,7 +150,7 @@ copy_rest_of_file (void)
#define M_SOF0 0xC0 /* Start Of Frame N */
#define M_SOF1 0xC1 /* N indicates which compression process */
-#define M_SOF2 0xC2 /* Only SOF0 and SOF1 are now in common use */
+#define M_SOF2 0xC2 /* Only SOF0-SOF2 are now in common use */
#define M_SOF3 0xC3
#define M_SOF5 0xC5 /* NB: codes C4 and CC are NOT SOF markers */
#define M_SOF6 0xC6