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:
parent
6a473c8978
commit
3e73fecf68
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue