summaryrefslogtreecommitdiff
path: root/src/core/interpret.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
committerPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
commitf2bd5d24361d703359494daed291e277bce6eb03 (patch)
tree2012bb281b45adaf86425a52443854c4d4c35eb3 /src/core/interpret.c
parent1956010ec79fbab604efc2b60d0af325e91f67b8 (diff)
no lines longer than 80chars.
Diffstat (limited to 'src/core/interpret.c')
-rw-r--r--src/core/interpret.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/interpret.c b/src/core/interpret.c
index 1b388d3..37702de 100644
--- a/src/core/interpret.c
+++ b/src/core/interpret.c
@@ -594,7 +594,8 @@ _control(Interpret *p_interpret) {
*/
} else {
- _INTERPRET_ERROR("Expected expression after control keyword", p_token);
+ _INTERPRET_ERROR("Expected expression after control keyword",
+ p_token);
}
listiterator_delete(p_interpret->p_iter);