diff options
author | Tim Janik <timj@src.gnome.org> | 1998-06-16 05:20:05 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-06-16 05:20:05 +0000 |
commit | 742d01908f754f9473e6a7993276c3aee060d1ec (patch) | |
tree | bfeef446f36bd92a51a6fa3ccd671ec706b0b9c4 /gtk/makeenums.pl | |
parent | d36df18dee814c690fd5736729ea54175b3be628 (diff) | |
download | gdk-pixbuf-742d01908f754f9473e6a7993276c3aee060d1ec.tar.gz |
boy! did i really modify that many files?
anyways, here go the child args and a lot of cleanups ;)
you wouldn't want me to put the ChangeLog entry in here, would you?
Diffstat (limited to 'gtk/makeenums.pl')
-rwxr-xr-x | gtk/makeenums.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makeenums.pl b/gtk/makeenums.pl index d070d3da6..986e934e9 100755 --- a/gtk/makeenums.pl +++ b/gtk/makeenums.pl @@ -108,7 +108,7 @@ if (@ARGV) { } if ($gen_defs) { - print ";; generated by makeenums.awk ; -*- scheme -*-\n\n"; + print ";; generated by makeenums.pl ; -*- scheme -*-\n\n"; } else { print "/* Generated by makeenums.pl */\n\n"; } |