diff --git a/src/cmpt.c b/src/cmpt.c index 7718d2b4..de14657e 100644 --- a/src/cmpt.c +++ b/src/cmpt.c @@ -1133,7 +1133,8 @@ fnmatch (const char *pattern, const char *string, int flags) { register const char *np; - for (np = p; np && *np && *np != ']'; np++); + for (np = p; np && *np && *np != ']'; np++) + ; if (np && !*np) {