projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ca25e
)
rbug: Remove comma at end of enumerator list.
author
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:18:47 +0000
(16:18 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:18:47 +0000
(16:18 -0800)
src/gallium/auxiliary/rbug/rbug_proto.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/rbug/rbug_proto.h
b/src/gallium/auxiliary/rbug/rbug_proto.h
index d273be0166d005ad5a1b40541a15c384bf2d68cc..4f3eb75dc4dd3ab81bb94af7252621e1718a60c6 100644
(file)
--- 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
};
/**