diff --git a/src/pcre2grep.c b/src/pcre2grep.c index a77b22d6a..73a5dd731 100644 --- a/src/pcre2grep.c +++ b/src/pcre2grep.c @@ -3549,7 +3549,7 @@ if ( } #ifdef WIN32 -else if (iswild(pathname)) +if (iswild(pathname)) { char buffer[1024]; char *nextfile;