Corrected a typo.

This commit is contained in:
Elias Pschernig 2007-01-26 16:24:39 +00:00
parent 643e4073cf
commit 2b6f124c1e

View File

@ -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):