diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-28 00:27:40 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-28 00:27:40 -0700 |
commit | 9e01aa7912f782fc9049f8098a4618bba3a82fa0 (patch) | |
tree | b27975b39b5d32f96f900b360c5ef9c9a114ca14 /src/map | |
parent | 2f9f602df94204a07ba9e785ebd6c8bb85b55a11 (diff) | |
download | tmwa-9e01aa7912f782fc9049f8098a4618bba3a82fa0.tar.gz tmwa-9e01aa7912f782fc9049f8098a4618bba3a82fa0.tar.bz2 tmwa-9e01aa7912f782fc9049f8098a4618bba3a82fa0.tar.xz tmwa-9e01aa7912f782fc9049f8098a4618bba3a82fa0.zip |
One freaking space
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/map.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.py b/src/map/map.py index 56522c3..cb29d53 100644 --- a/src/map/map.py +++ b/src/map/map.py @@ -96,7 +96,7 @@ class map_abstract(object): ] test_extra = ''' - using tmwa::operator ""_s; + using tmwa::operator "" _s; inline tmwa::map_local *fake_map_local(tmwa::ZString name, int xs, int ys) |