X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/446ea5cdf294085b18e25abd39378f9d555dbda8..48fe8b4114532c04fc200d91fdc3f5315d47c97f:/sbr/uprf.c diff --git a/sbr/uprf.c b/sbr/uprf.c index dddacaf8..85d53798 100644 --- a/sbr/uprf.c +++ b/sbr/uprf.c @@ -26,8 +26,7 @@ uprf (const char *c1, const char *c2) mask = (isalpha(mask) && isupper(mask)) ? tolower(mask) : mask; if (c != mask) return 0; - else - c1++; + c1++; } return 1; }