commit | f48b419a075dc237eb145e1b71cec12afdb7aff4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Mar 02 12:16:56 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Mar 02 12:16:56 1993 +0000 |
tree | ef6262508f4a2876022663bf4dd392e2cd5e100f | |
parent | 2d413788cae12576adb965f9b2b5d379b509481c [diff] [blame] |
Fix syntax error (sorry!)
diff --git a/Demo/sgi/video/Vrec.py b/Demo/sgi/video/Vrec.py index a78490f..164e89e 100755 --- a/Demo/sgi/video/Vrec.py +++ b/Demo/sgi/video/Vrec.py
@@ -265,7 +265,7 @@ vout.setformat(format) vout.setsize(x, y) if fields: - vout.setpf(1, -2)) + vout.setpf((1, -2)) vout.writeheader() if preallocspace: print 'Preallocating space...'