glsl: remove trailing comma to silence warning
authorBrian Paul <brianp@vmware.com>
Tue, 8 Nov 2011 15:23:16 +0000 (08:23 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 8 Nov 2011 20:51:50 +0000 (13:51 -0700)
src/glsl/ir_uniform.h

index f53388c5e4d5837e5a0497d1c114382d4a5189d1..be9f6b254378c0f318c6d45f553b6639f409e453 100644 (file)
@@ -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 {