mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
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:
parent
d1763d899c
commit
932eb87083
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user