Fix malformed generated file when using python 2.7

pull/204/head
Dave Hylands 2014-01-21 15:28:27 -08:00
rodzic d51cfd155c
commit 7a996b1f65
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ def do_work(infiles):
# process the qstrs, printing out the generated C header file
print('// This file was automatically generated by makeqstrdata.py')
print()
print('')
for qstr in qstrs:
qhash = compute_hash(qstr)
qlen = len(qstr)