fix typo
authorAlan Hourihane <alanh@vmware.com>
Tue, 26 Jan 2010 19:18:32 +0000 (19:18 +0000)
committerAlan Hourihane <alanh@vmware.com>
Tue, 26 Jan 2010 19:18:32 +0000 (19:18 +0000)
scons/gallium.py

index 1a095d8..5aa0b7b 100644 (file)
@@ -276,8 +276,7 @@ def generate(env):
             '-Wmissing-prototypes',
             '-std=gnu99',
         ]
-        if env['CCVERSION'].startswith('4.2.') or
-           env['CCVERSION'].startswith('4.3.'):
+        if env['CCVERSION'].startswith('4.2.') or env['CCVERSION'].startswith('4.3.'):
            ccflags += [
                '-Werror=pointer-arith',
            ]