glsl: remove trailing comma to silence warning

This commit is contained in:
Brian Paul 2011-11-08 08:23:16 -07:00
parent 59012c3133
commit fab8882273
1 changed files with 1 additions and 1 deletions

View 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 {