summaryrefslogtreecommitdiff
path: root/tools/binlang
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-23 11:41:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-23 11:41:11 +0000
commita91dfd53be4e976585e612925d54ef4ea46a2c11 (patch)
tree9b2915cb4696a28412d5561f2190676980524871 /tools/binlang
parent8e044b785668c71786e29d8c7d261b3762a7cae6 (diff)
downloadrockbox-a91dfd53be4e976585e612925d54ef4ea46a2c11.tar.gz
rockbox-a91dfd53be4e976585e612925d54ef4ea46a2c11.zip
Henrik Backe's english language file cleanup. This ups the language file
version number from 1 to 2, making *ALL* old language files obsolete. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4270 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/binlang')
-rwxr-xr-xtools/binlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binlang b/tools/binlang
index 58c4e0a0ec..15de9dbabf 100755
--- a/tools/binlang
+++ b/tools/binlang
@@ -43,7 +43,7 @@ open(ENG, "<$english") or die "Can't open $english";
43open(LANG, "<$input") or die "Can't open $input"; 43open(LANG, "<$input") or die "Can't open $input";
44open(OUTF, ">$output") or die "Can't open $output"; 44open(OUTF, ">$output") or die "Can't open $output";
45 45
46my $langversion = 1; 46my $langversion = 2;
47 47
48binmode OUTF; 48binmode OUTF;
49 49