diff options
Diffstat (limited to 'engines/glk/alan3/fnmatch.cpp')
-rw-r--r-- | engines/glk/alan3/fnmatch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/alan3/fnmatch.cpp b/engines/glk/alan3/fnmatch.cpp index 970567261e..c30c521f02 100644 --- a/engines/glk/alan3/fnmatch.cpp +++ b/engines/glk/alan3/fnmatch.cpp @@ -144,6 +144,8 @@ int fnmatch(const char *pattern, const char *string, int flags) { break; case RANGE_NOMATCH: return (FNM_NOMATCH); + default: + break; } ++string; break; |