summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 07eb9f1fb9..ee57396d89 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -658,7 +658,7 @@ MOO
658 658
659 $name =~ s/\"//g; # cut off the quotes 659 $name =~ s/\"//g; # cut off the quotes
660 660
661 printf HFILE_CORE (" %s,\n", $name); 661 printf HFILE_CORE (" %s, /* 0x%x */\n", $name, $i);
662 } 662 }
663 663
664 # Output end of enum 664 # Output end of enum