X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ce84ac957eeefa6378c74b24ba10e0c2665be88..7b28e0ede49ca78e05df6bc6af2d2d8c508f8455:/src/regex/regc_color.c diff --git a/src/regex/regc_color.c b/src/regex/regc_color.c index 6d2137d19e..3e93f8eae9 100644 --- a/src/regex/regc_color.c +++ b/src/regex/regc_color.c @@ -769,7 +769,7 @@ static void dumpchr(chr c, FILE *f) { -#ifdef wxUSE_UNICODE +#if wxUSE_UNICODE fprintf(f, "Debugging not implemented in unicode mode"); #else if (c == '\\')