summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-xlate-lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-xlate-lang b/bin/lo-xlate-lang
index b7a28793b171..c54f3790edc3 100755
--- a/bin/lo-xlate-lang
+++ b/bin/lo-xlate-lang
@@ -102,7 +102,7 @@ if ($LanguageCode =~ (m/^all$/)) {
}
usage ("no mapping found for $LanguageCode\n",1)
- if (!(%$LanguageMap->{$LanguageCode}));
+ if (!($LanguageMap->{$LanguageCode}));
print $LanguageMap->{$LanguageCode}, "\n";