summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 0ab94e3..b7873b0 100644
--- a/src/search.c
+++ b/src/search.c
@@ -145,7 +145,7 @@ matchword(pattern, y, sx, ex)
char *pattern;
int y, sx, ex;
{
- unsigned char *ip, *cp, *pp, *cpe;
+ unsigned char *cp, *pp, *cpe;
int cy;
fore = ((struct markdata *)flayer->l_data)->md_window;