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 == '\\')