util: Fix unmatched parenthesis.
authorVinson Lee <vlee@freedesktop.org>
Tue, 10 Sep 2013 17:31:29 +0000 (10:31 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 10 Sep 2013 17:33:47 +0000 (10:33 -0700)
commitd93e23ba25cbfd8f77a4b3a113ca7ed3dece1e68
treec81f3323a3533e5de006276d7d63a1f072d7b3a7
parent923d3467147dd301d94ed3e6b41295fb2bcd6f47
util: Fix unmatched parenthesis.

Fixes MSVC build error introduced with commit
923d3467147dd301d94ed3e6b41295fb2bcd6f47.

src\gallium\auxiliary\util\u_cpu_detect.c(286) : fatal error C1012: unmatched parenthesis : missing '('

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/auxiliary/util/u_cpu_detect.c