glsl2: remove trailing comma to silence warning

This commit is contained in:
Brian Paul
2010-08-11 13:59:28 -06:00
parent 8485f4d9aa
commit 6dc89d221d
+1 -1
View File
@@ -60,7 +60,7 @@ enum ir_node_type {
ir_type_return,
ir_type_swizzle,
ir_type_texture,
ir_type_max, /**< maximum ir_type enum number, for validation */
ir_type_max /**< maximum ir_type enum number, for validation */
};
/**