Fix invalid perl syntax in kdocAstUtil.pm

This resolves Bug 2543

Signed-off-by: François Andriot <francois.andriot@free.fr>
(cherry picked from commit 2e9822caa4)
r14.0.x
François Andriot 9 years ago committed by Slávek Banko
parent 3e49a0c6fb
commit dc5f265d3e

@ -675,7 +675,7 @@ sub dumpAst
}
print "\t" x $depth, "Documentation nodes:\n" if defined
@{ $node->{Doc}->{ "Text" }};
$node->{Doc}->{ "Text" };
foreach $kid ( @{ $node->{Doc}->{ "Text" }} ) {
dumpAst( $kid );

Loading…
Cancel
Save