diff options
author | yenatch <yenatch@gmail.com> | 2014-08-22 20:43:02 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-08-22 20:43:02 -0700 |
commit | 1d4158057e5ad64a78fdb9b472d3fd2c16c196ad (patch) | |
tree | 3df7fe86f0a0196a6ccb868e4f8912c1f5a82765 | |
parent | 3be6ca012f8681c664977788fbe692eee72cb9ae (diff) |
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.
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18365,7 +18365,7 @@ String_121dd: ; 122dd String_1224f: ; 1224f 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 "'d 'l 'm 'r 's 't 'v & ( )" db $72, " ", $73, " [ ] ' : ; " |