Fix genlang tool broken by r22945

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2009-11-05 22:18:29 +00:00
parent 6a473c8978
commit 3e73fecf68

View file

@ -543,6 +543,7 @@ while(<LANG>) {
print "### $idstr: The phrase is not used. Skipped\n";
}
}
undef @phrase;
} # end of </phrase>
elsif($part eq "/options") {
# closing the options
@ -551,8 +552,6 @@ while(<LANG>) {
}
} # end of </options>
undef @phrase;
# starts with a slash, this _ends_ this section
$m = pop @m; # get back old value, the previous level's tag
next;