]> Pileus Git - ~andy/gtk/blobdiff - gtk/makeenums.pl
Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizing
[~andy/gtk] / gtk / makeenums.pl
index 62fb6c19a11c6bd9d0f3fec29fcd21c129d6bd20..2bdd3693976f61bfb7bcd6221ce65ad2d0de64a4 100755 (executable)
@@ -3,7 +3,7 @@
 # Information about the current enumeration
 
 my $flags;                     # Is enumeration a bitmask
-my $seenbitshift;                      # Have we seen bitshift operators?
+my $seenbitshift;              # Have we seen bitshift operators?
 my $prefix;                    # Prefix for this enumeration
 my $enumname;                  # Name for this enumeration
 my $firstenum = 1;             # Is this the first enumeration in file?