mirror of https://github.com/python/cpython.git
Fix syntax error (sorry!)
This commit is contained in:
parent
2d413788ca
commit
f48b419a07
|
@ -265,7 +265,7 @@ def record(v, info, filename, audiofilename, mono, grey, greybits, \
|
|||
vout.setformat(format)
|
||||
vout.setsize(x, y)
|
||||
if fields:
|
||||
vout.setpf(1, -2))
|
||||
vout.setpf((1, -2))
|
||||
vout.writeheader()
|
||||
if preallocspace:
|
||||
print 'Preallocating space...'
|
||||
|
|
Loading…
Reference in New Issue