From fab88822735e7a8eeb0ce13ff13f90184e916f9f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 8 Nov 2011 08:23:16 -0700 Subject: [PATCH] glsl: remove trailing comma to silence warning --- src/glsl/ir_uniform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ir_uniform.h b/src/glsl/ir_uniform.h index f53388c..be9f6b2 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 { -- 2.7.4