X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ce84ac957eeefa6378c74b24ba10e0c2665be88..9f4ed8613c2853dbf8b190b41dbdafa960b33a85:/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 == '\\')