summaryrefslogtreecommitdiff
path: root/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.c b/regex.c
index 9d0dc9f4bd..5006c26ec2 100644
--- a/regex.c
+++ b/regex.c
@@ -2329,7 +2329,7 @@ bm_search(little, llen, big, blen, skip, translate)
unsigned char *big;
int blen;
int *skip;
- char *translate;
+ unsigned char *translate;
{
int next[256];
int i, j, k;