]> granicus.if.org Git - graphviz/commitdiff
*sigh*
authorStephen North <north@stayman.research.att.com>
Mon, 29 Jul 2013 20:58:04 +0000 (16:58 -0400)
committerStephen North <north@stayman.research.att.com>
Mon, 29 Jul 2013 20:58:04 +0000 (16:58 -0400)
lib/cgraph/grammar.y

index 59a2bbdecca0294650ad9c639fbfc6a42347e778..d8cb343c6d0cd81752165078e27af95bdadad7c4 100644 (file)
@@ -126,7 +126,7 @@ compound    :       simple rcompound optattr
 
 simple         :       nodelist | subgraph ;
 
-rcompound      :       T_edgeop {getedgeitems(1);} simple {getedgeitems(2);} rcompound {$$ = 1;}
+rcompound      :       T_edgeop {getedgeitems(1);} simple rcompound {getedgeitems(2); $$ = 1;}
                        |       /* empty */ {$$ = 0;}
                        ;