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 7be2f6784d)
v3.5.13-sru
François Andriot 8 years ago committed by Slávek Banko
parent 294f15f367
commit a6ec8c20eb

@ -439,7 +439,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