aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index 767e1a5..7039608 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -55,6 +55,9 @@ blogc_debug_template(sb_slist_t *stmts)
fprintf(stderr, "IF: %s %s %s", data->value,
get_operator(data->op), data->value2);
break;
+ case BLOGC_TEMPLATE_ELSE_STMT:
+ fprintf(stderr, "ELSE");
+ break;
case BLOGC_TEMPLATE_ENDIF_STMT:
fprintf(stderr, "ENDIF");
break;