[glib] glib-mkenums: fix variable declaration



commit 932eb87083df1989d0acfb71a1ce5ad9a3698bcf
Author: Tim-Philipp Müller <tim centricular com>
Date:   Tue Nov 8 15:21:03 2016 +0000

    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

 gobject/glib-mkenums.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
index 3d5945f..f7da975 100755
--- a/gobject/glib-mkenums.in
+++ b/gobject/glib-mkenums.in
@@ -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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]