mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 22:23:52 +00:00
Corrected a typo.
This commit is contained in:
parent
643e4073cf
commit
2b6f124c1e
@ -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…
x
Reference in New Issue
Block a user