diff options
Diffstat (limited to 'Demo/sgi/video/statit.py')
-rwxr-xr-x | Demo/sgi/video/statit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/statit.py b/Demo/sgi/video/statit.py index 360e49e..b0c1782 100755 --- a/Demo/sgi/video/statit.py +++ b/Demo/sgi/video/statit.py @@ -94,7 +94,7 @@ def packline(line): i, n = 1, len(bytes) while i < n: for pack in (0, 2, 4, 8): - if pack = 0: + if pack == 0: lo, hi = 0, 0 else: hi = pow(2, pack-1)-1 |