From 3e73fecf68116b53847cf58307807665af94f86d Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 5 Nov 2009 22:18:29 +0000 Subject: Fix genlang tool broken by r22945 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23540 a1c6a512-1295-4272-9138-f99709370657 --- tools/genlang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/genlang b/tools/genlang index 6f00365716..07eb9f1fb9 100755 --- a/tools/genlang +++ b/tools/genlang @@ -543,6 +543,7 @@ while() { print "### $idstr: The phrase is not used. Skipped\n"; } } + undef @phrase; } # end of elsif($part eq "/options") { # closing the options @@ -551,8 +552,6 @@ while() { } } # end of - undef @phrase; - # starts with a slash, this _ends_ this section $m = pop @m; # get back old value, the previous level's tag next; -- cgit