Minor cleanups.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-07-03 14:54:50 +02:00
parent e6c06aacff
commit bd7f28896e
2 changed files with 15 additions and 16 deletions
-3
View File
@@ -56,9 +56,6 @@ def do_file(fn):
elif opts.bfdname == "elf32-i386" and opts.elfosabi == "linux":
fp.seek(8, 0)
fp.write("Linux\x00\x00\x00")
elif opts.bfdname == "elf32-i386" and opts.elfosabi == "linux":
fp.seek(8, 0)
fp.write("Linux\x00\x00\x00")
else:
raise Exception, ("error: invalid args", opts.__dict__)
fp.close()