diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:25:25 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:25:25 -0500 |
commit | 9dc552e46cac56c4cfe407c01d400f27052f2a9d (patch) | |
tree | 63a4ddb8cf545d032673a548f46910ac1b0bc3ef /wram.py | |
parent | 7ee0269e23f51e5ac4d089261ca1082ed534685c (diff) |
remove dangling whitespace in wram.py
Diffstat (limited to 'wram.py')
-rw-r--r-- | wram.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ def read_bss_sections(bss): line = line.lstrip() if 'SECTION' in line: if section: sections.append(section) # last section - + address = eval(line[line.find('[')+1:line.find(']')].replace('$','0x')) section = { 'name': line.split('"')[1], |