py coding style

pull/4438/head
Yuguo Zou 2017-02-24 18:04:51 +08:00 committed by Martin Kojtal
parent 5e47ad075d
commit 49baa975cd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ def find_section(toolchain, elf, section):
print "[ERROR] cannot find the address of section " + section
return 0
return int(ret,16)
return int(ret, 16)
# ----------------------------
# main function