We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc4180 commit 14fbb94Copy full SHA for 14fbb94
scripts/qgm2cpp.pl
@@ -44,7 +44,7 @@ sub parse {
44
if $label =~ /^\s+/ || $label =~ /\s+$/ || $label !~ /^[A-Z0-9(]/;
45
$label =~ s/^\s+//;
46
$label =~ s/\s+$//;
47
- $label =~ ucfirst $label;
+ $label = ucfirst $label;
48
$labels{$label} = 1;
49
} else {
50
parse($a->{$b});
0 commit comments