From: Alan Hourihane Date: Tue, 26 Jan 2010 19:18:32 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18bb614acf3b9bbfd8c81253a6fd2fb24800dd70;p=mesa.git fix typo --- diff --git a/scons/gallium.py b/scons/gallium.py index 1a095d89933..5aa0b7bddd0 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -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', ]