From 9e2886366984e2e54bcc378cade68bf96b1c78b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Wed, 26 May 2010 03:51:13 +0000 Subject: lang.h voice comments were off by 1, fixed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26296 a1c6a512-1295-4272-9138-f99709370657 --- tools/genlang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/genlang') diff --git a/tools/genlang b/tools/genlang index ee57396d89..22d020fe5a 100755 --- a/tools/genlang +++ b/tools/genlang @@ -390,7 +390,7 @@ my @voiceid; # counter for voice-only ID numbers for (keys %users) { push @idcount, 0; - push @voiceid, 0x8000; + push @voiceid, 0x8001; } # @@ -653,7 +653,7 @@ MOO ; # Output the ID names for the enum in the header file - for $i (0x8000 .. ($voiceid[$users{"core"}]-1)) { + for $i (0x8001 .. ($voiceid[$users{"core"}]-1)) { my $name=$idnum[$users{"core"}][$i]; # get the ID name $name =~ s/\"//g; # cut off the quotes -- cgit v1.2.3