rbug: Remove comma at end of enumerator list.
authorVinson Lee <vlee@vmware.com>
Sun, 27 Dec 2009 00:18:47 +0000 (16:18 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 27 Dec 2009 00:18:47 +0000 (16:18 -0800)
src/gallium/auxiliary/rbug/rbug_proto.h

index d273be0..4f3eb75 100644 (file)
@@ -65,7 +65,7 @@ enum rbug_opcode
        RBUG_OP_SHADER_DISABLE = 770,
        RBUG_OP_SHADER_REPLACE = 771,
        RBUG_OP_SHADER_LIST_REPLY = -768,
-       RBUG_OP_SHADER_INFO_REPLY = -769,
+       RBUG_OP_SHADER_INFO_REPLY = -769
 };
 
 /**