X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/src/jpeg/jerror.c?ds=sidebyside diff --git a/src/jpeg/jerror.c b/src/jpeg/jerror.c index 3da7be86a0..660c4a6dd8 100644 --- a/src/jpeg/jerror.c +++ b/src/jpeg/jerror.c @@ -161,7 +161,7 @@ format_message (j_common_ptr cinfo, char * buffer) const char * msgtext = NULL; const char * msgptr; char ch; - boolean isstring; + wxjpeg_boolean isstring; /* Look up message string in proper table */ if (msg_code > 0 && msg_code <= err->last_jpeg_message) {