glsl2: remove trailing comma to silence warning
authorBrian Paul <brianp@vmware.com>
Wed, 11 Aug 2010 19:59:28 +0000 (13:59 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 11 Aug 2010 21:06:12 +0000 (15:06 -0600)
src/glsl/ir.h

index d852a6a..eb9e6cd 100644 (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 */
 };
 
 /**