summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index 21182b7f9f..7e824433bb 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -91,7 +91,7 @@ while(<LANG>) {
91 } 91 }
92 else { 92 else {
93 push @hfile, $set{'id'}; 93 push @hfile, $set{'id'};
94 $value =~ s/\"$/\\0\"/; 94 $value =~ s/^\"(.*)\"\W*$/\"$1\\0\"/;
95 print CFILE " $value\n"; 95 print CFILE " $value\n";
96 } 96 }
97 97