diff --git a/cderror.h b/cderror.h index e7ac9d99..77b8eb64 100644 --- a/cderror.h +++ b/cderror.h @@ -127,8 +127,6 @@ JMESSAGE(JERR_UNSUPPORTED_FORMAT, "Unsupported output file format") JMESSAGE(JERR_PNG_ERROR, "Unable to read PNG file: %s") #endif -JMESSAGE(JERR_UNSUPPORTED_SUSPEND, "I/O suspension not supported in scan optimization") - #ifdef JMAKE_ENUM_LIST JMSG_LASTADDONCODE diff --git a/jerror.h b/jerror.h index cb5d6f84..e2d33875 100644 --- a/jerror.h +++ b/jerror.h @@ -210,6 +210,8 @@ JMESSAGE(JWRN_ARITH_BAD_CODE, "Corrupt JPEG data: bad arithmetic code") JMESSAGE(JERR_BAD_PARAM, "Bogus parameter") JMESSAGE(JERR_BAD_PARAM_VALUE, "Bogus parameter value") +JMESSAGE(JERR_UNSUPPORTED_SUSPEND, "I/O suspension not supported in scan optimization") + #ifdef JMAKE_ENUM_LIST JMSG_LASTMSGCODE