From 9dc552e46cac56c4cfe407c01d400f27052f2a9d Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 12:25:25 -0500 Subject: remove dangling whitespace in wram.py --- wram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.py') diff --git a/wram.py b/wram.py index 10e96a6..666d90f 100644 --- a/wram.py +++ b/wram.py @@ -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], -- cgit v1.2.3