summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c2
1 files changed, 1 insertions, 1 deletions
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;