Corrected a typo.
This commit is contained in:
parent
643e4073cf
commit
2b6f124c1e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ for o in glob.glob("src/*.o") + glob.glob("src/*/*.o"):
|
|||
output2 = os.popen("nm -C src/wesnoth").read()
|
||||
output2 += os.popen("nm -C src/wesnoth_editor").read()
|
||||
output2 += os.popen("nm -C src/campaignd").read()
|
||||
output2 += os.popen("nm -C src/wesnoth").read()
|
||||
output2 += os.popen("nm -C src/wesnothd").read()
|
||||
output2 += os.popen("nm -C src/exploder").read()
|
||||
|
||||
def extract(line):
|
||||
|
|
Loading…
Add table
Reference in a new issue