From f48b419a075dc237eb145e1b71cec12afdb7aff4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 2 Mar 1993 12:16:56 +0000 Subject: Fix syntax error (sorry!) --- Demo/sgi/video/Vrec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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...' -- cgit v0.12