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 0040c02..3ecfe0d 100644
--- a/src/generator.c
+++ b/src/generator.c
@@ -225,7 +225,7 @@ void gen_if_end(int idx) {
225 225
226void gen_ifelse_end(int idx) { 226void gen_ifelse_end(int idx) {
227 fprintf(output, ".end_ifelse%d:\n", idx); 227 fprintf(output, ".end_ifelse%d:\n", idx);
228 fprintf(output, "ENDIF\n\n"); 228 fprintf(output, ";ENDIF\n\n");
229} 229}
230 230
231// ----- OPERATORS ----- 231// ----- OPERATORS -----