From 538b53a4a610b3a9cf24c3108ab14cf36377a532 Mon Sep 17 00:00:00 2001 From: bustico Date: Mon, 7 Apr 2014 08:35:53 +0000 Subject: macosx fix --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 87717ee..7fbc553 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -1490,7 +1490,7 @@ static void substituteInterval (IvyBuffer *src) if (strstr (src->data, "(?I") == NULL) { return; } else { - char *curPos; + char *curPos; char *itvPos; IvyBuffer dst = {NULL, 0, 0}; dst.size = 8192; -- cgit v1.1