diff options
Diffstat (limited to 'lib/patmatch.c')
-rw-r--r-- | lib/patmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patmatch.c b/lib/patmatch.c index 923e8f86..d2e1e313 100644 --- a/lib/patmatch.c +++ b/lib/patmatch.c @@ -16,7 +16,7 @@ #endif int -MATCH_FUNC_NAME(byte *p, byte *s) +MATCH_FUNC_NAME(const byte *p, const byte *s) { while (*p) { |