aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index c9a1f86..6aa4283 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -205,6 +205,7 @@ static void _type_str(FILE *fp, struct ast_node *type)
}
fprintf(fp, ")");
}
+ break;
}
case AST_TYPE_TYPEOF: {