summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rbug
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-26 16:18:47 -0800
committerVinson Lee <vlee@vmware.com>2009-12-26 16:18:47 -0800
commit3c2fd1bae0009ea8231cd77001595f27d6171f7b (patch)
treed2c269e42dbb84ea60c05c267fdeb2e695aa30a0 /src/gallium/auxiliary/rbug
parentf8ca25e02faa094218e741af041464728347574f (diff)
rbug: Remove comma at end of enumerator list.
Diffstat (limited to 'src/gallium/auxiliary/rbug')
-rw-r--r--src/gallium/auxiliary/rbug/rbug_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rbug/rbug_proto.h b/src/gallium/auxiliary/rbug/rbug_proto.h
index d273be0166..4f3eb75dc4 100644
--- a/src/gallium/auxiliary/rbug/rbug_proto.h
+++ b/src/gallium/auxiliary/rbug/rbug_proto.h
@@ -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
};
/**