projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc11424
)
rbug: Remove comma at end of enumerator list.
author
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:14:39 +0000
(16:14 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:14:39 +0000
(16:14 -0800)
src/gallium/auxiliary/rbug/rbug_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/rbug/rbug_context.h
b/src/gallium/auxiliary/rbug/rbug_context.h
index da61c2365b06a6b10b7dba124535418b45d34efb..03126d6b12376b190bfa4ef9ca43ae99b51cbaec 100644
(file)
--- a/
src/gallium/auxiliary/rbug/rbug_context.h
+++ b/
src/gallium/auxiliary/rbug/rbug_context.h
@@
-46,7
+46,7
@@
typedef enum
RBUG_BLOCK_BEFORE = 1,
RBUG_BLOCK_AFTER = 2,
RBUG_BLOCK_RULE = 4,
- RBUG_BLOCK_MASK = 7
,
+ RBUG_BLOCK_MASK = 7
} rbug_block_t;
struct rbug_proto_context_list