aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-29 22:11:15 +0100
committerThomas White <taw@physics.org>2018-01-29 22:11:15 +0100
commit1105fc129d4f8fc13e20caa9fca074a0fd8c6baf (patch)
treecaf56d06adda730296ecc10ec4ead03b11c59565 /src/sc_parse.c
parent6dedc1eb7742db4bcb06cb8459768a081f274903 (diff)
Fussiness
Diffstat (limited to 'src/sc_parse.c')
-rw-r--r--src/sc_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_parse.c b/src/sc_parse.c
index 9970566..f2814b6 100644
--- a/src/sc_parse.c
+++ b/src/sc_parse.c
@@ -289,7 +289,7 @@ void sc_block_free(SCBlock *bl)
while ( ch != NULL ) {
SCBlock *next = ch->next;
sc_block_free(ch);
- ch = next;;
+ ch = next;
}
}