diff --git a/storage/cfstore/source/cfstore_fnmatch.c b/storage/cfstore/source/cfstore_fnmatch.c index 34a002cf4a..77edf721a5 100644 --- a/storage/cfstore/source/cfstore_fnmatch.c +++ b/storage/cfstore/source/cfstore_fnmatch.c @@ -263,11 +263,7 @@ fnmatch(pattern, string, flags) } static int -rangematch(pattern, test, flags, newp) - const char *pattern; - char test; - int flags; - char **newp; +rangematch(const char *pattern, char test, int flags, char **newp) { int negate, ok; char c, c2;