Fix duplicate array key

This commit is contained in:
Synchro 2015-11-09 13:50:24 +01:00 committed by Adrien Crivelli
parent 6acd403251
commit 16a8162a14
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class StringHelper
"\x1B :" => chr(10),
"\x1B ;" => chr(11),
"\x1B <" => chr(12),
"\x1B :" => chr(13),
"\x1B =" => chr(13),
"\x1B >" => chr(14),
"\x1B ?" => chr(15),
"\x1B!0" => chr(16),