summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/ir_uniform.h2
1 files changed, 1 insertions, 1 deletions
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 {