aboutsummaryrefslogtreecommitdiff
path: root/src/generator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/generator.c')
-rw-r--r--src/generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.c b/src/generator.c
index b8a0b8f..0a40570 100644
--- a/src/generator.c
+++ b/src/generator.c
@@ -208,7 +208,7 @@ void gen_if_end(int idx) {
208 208
209void gen_ifelse_end(int idx) { 209void gen_ifelse_end(int idx) {
210 fprintf(output, ".end_ifelse%d:\n", idx); 210 fprintf(output, ".end_ifelse%d:\n", idx);
211 fprintf(output, "ENDIF\n\n"); 211 fprintf(output, ";ENDIF\n\n");
212} 212}
213 213
214// ----- OPERATORS ----- 214// ----- OPERATORS -----