mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix syntax error (sorry!)
This commit is contained in:
@@ -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...'
|
||||
|
||||
Reference in New Issue
Block a user