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