Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-01-21 23:49:44 +00:00
commit 2843b8e3a7
1 changed files with 1 additions and 1 deletions

View File

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