aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/parser.c b/src/parser.c
index 66f7114..e784a0c 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -132,9 +132,7 @@ print_node(Node node) {
132 sv_write(&node.string); 132 sv_write(&node.string);
133 printf("\n"); 133 printf("\n");
134 } break; 134 } break;
135 default: { 135 default: { printf("{#unk}"); } break;
136 // ...
137 } break;
138 } 136 }
139} 137}
140 138