Added BINA to unknown filetypes (what mw uses)

This commit is contained in:
Jack Jansen 1995-02-24 22:46:51 +00:00
parent 32b2f8222d
commit 397c3fb4d7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def main():
for filename in sys.argv[1:]:
process(template, filename)
undefs = ('????', ' ', '\0\0\0\0')
undefs = ('????', ' ', '\0\0\0\0', 'BINA')
def process(template, filename):