From: Brian Paul Date: Tue, 8 Nov 2011 15:23:16 +0000 (-0700) Subject: glsl: remove trailing comma to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fab88822735e7a8eeb0ce13ff13f90184e916f9f;p=mesa.git glsl: remove trailing comma to silence warning --- diff --git a/src/glsl/ir_uniform.h b/src/glsl/ir_uniform.h index f53388c5e4d..be9f6b25437 100644 --- a/src/glsl/ir_uniform.h +++ b/src/glsl/ir_uniform.h @@ -47,7 +47,7 @@ enum gl_uniform_driver_format { /** * Store boolean data as integer using ~0 for \c true. */ - uniform_bool_int_0_not0, + uniform_bool_int_0_not0 }; struct gl_uniform_driver_storage {