summaryrefslogtreecommitdiff
path: root/graph.c
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-01-09 12:12:29 -0500
committerSøren Sandmann <sandmann@redhat.com>2008-01-09 12:12:29 -0500
commit3e73bd537007f059dd7d0316f0a2f0cf7a696659 (patch)
tree1e1d93c2ee44ac51896b511b442bef7a932b522b /graph.c
parentf9eac5abf9c423e121441ba00d46752fc0c234fa (diff)
todo
Diffstat (limited to 'graph.c')
-rw-r--r--graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graph.c b/graph.c
index 696ac46..e7d2268 100644
--- a/graph.c
+++ b/graph.c
@@ -609,7 +609,7 @@ graph_expression (ast_expression_t *expr,
node, ast);
}
break;
-
+
case AST_TERNARY_EXPRESSION:
expr->ternary.then = node_new_label (NULL, ast);
expr->ternary.done = node_new_label (NULL, ast);