Navigation Menu

Skip to content

Commit

Permalink
qgm2cpp.pl fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 14fbb94)
  • Loading branch information
jef-n committed Oct 18, 2016
1 parent 640e10b commit c74c722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qgm2cpp.pl
Expand Up @@ -44,7 +44,7 @@ sub parse {
if $label =~ /^\s+/ || $label =~ /\s+$/ || $label !~ /^[A-Z0-9(]/;
$label =~ s/^\s+//;
$label =~ s/\s+$//;
$label =~ ucfirst $label;
$label = ucfirst $label;
$labels{$label} = 1;
} else {
parse($a->{$b});
Expand Down

0 comments on commit c74c722

Please sign in to comment.