aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storycode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/storycode.c b/src/storycode.c
index fc606d1..b6bed3c 100644
--- a/src/storycode.c
+++ b/src/storycode.c
@@ -160,10 +160,10 @@ SCBlockList *sc_find_blocks(const char *sc, const char *blockname)
if ( pos != NULL ) {
- int i;
- int bct = 1;
- int found = 0;
- int ml = strlen(pos);
+ int i;
+ int bct = 1;
+ int found = 0;
+ int ml = strlen(pos);
pos += strlen(label);