aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/storycode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storycode.c b/src/storycode.c
index a96fd2d..b78f946 100644
--- a/src/storycode.c
+++ b/src/storycode.c
@@ -271,7 +271,7 @@ SCBlockList *sc_find_blocks(const char *sc, const char *blockname)
return NULL;
}
- i = 0; j = 0;
+ i = 0; j = 0; start = 0;
do {
if ( sc[i] == '\\' ) {