Fix syntax error (sorry!)

This commit is contained in:
Guido van Rossum 1993-03-02 12:16:56 +00:00
parent 2d413788ca
commit f48b419a07
1 changed files with 1 additions and 1 deletions

View File

@ -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...'