Close an open string in name selection.

The python preprocessor doesn't care if a string is left open.
It probably should, so this string is fixed preemptively.
This commit is contained in:
yenatch 2014-08-22 20:43:02 -07:00
parent 3be6ca012f
commit 1d4158057e

View File

@ -18365,7 +18365,7 @@ String_121dd: ; 122dd
String_1224f: ; 1224f String_1224f: ; 1224f
db "a b c d e f g h i j" db "a b c d e f g h i j"
db "k l m n o p q r s t db "k l m n o p q r s t"
db "u v w x y z . - /" db "u v w x y z . - /"
db "'d 'l 'm 'r 's 't 'v & ( )" db "'d 'l 'm 'r 's 't 'v & ( )"
db $72, " ", $73, " [ ] ' : ; " db $72, " ", $73, " [ ] ' : ; "