glib-mkenums: fix variable declaration

Inconsequential, just sync up declaration with actual
name of variable to avoid confusion.

https://bugzilla.gnome.org/show_bug.cgi?id=770175
This commit is contained in:
Tim-Philipp Müller 2016-11-08 15:21:03 +00:00
parent d1763d899c
commit 932eb87083

View File

@ -28,7 +28,7 @@ my $firstenum = 1; # Is this the first enumeration per file?
my @entries; # [ $name, $val ] for each entry
my $sandbox = Safe->new; # sandbox for safe evaluation of expressions
my $output_file; # Filename to write result into
my $output; # Filename to write result into
sub parse_trigraph {
my $opts = shift;