fnmatch: Static analysis fixes
This commit is contained in:
@@ -106,7 +106,7 @@ gtk_fnmatch_intern (const char *pattern,
|
||||
return FALSE;
|
||||
|
||||
{
|
||||
const char *last_p = p;
|
||||
const char *last_p;
|
||||
|
||||
for (last_p = p, c = get_char (&p);
|
||||
c == '?' || c == '*';
|
||||
|
||||
Reference in New Issue
Block a user