--- code/trunk/pcretest.c 2010/06/01 13:42:06 530 +++ code/trunk/pcretest.c 2010/06/03 19:18:24 535 @@ -1237,7 +1237,7 @@ case 'S': do_study = 1; break; case 'U': options |= PCRE_UNGREEDY; break; - case 'W': options |= PCRE_UCP; break; + case 'W': options |= PCRE_UCP; break; case 'X': options |= PCRE_EXTRA; break; case 'Z': debug_lengths = 0; break; case '8': options |= PCRE_UTF8; use_utf8 = 1; break;