diff options
author | Vinson Lee <[email protected]> | 2009-12-26 16:14:39 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-26 16:14:39 -0800 |
commit | f8ca25e02faa094218e741af041464728347574f (patch) | |
tree | 343f7c814a6871f091ba1a85a6badaf6125a0fe2 | |
parent | fc11424bcded0b1cea0acf45936c4af1f1a4b85b (diff) |
rbug: Remove comma at end of enumerator list.
-rw-r--r-- | src/gallium/auxiliary/rbug/rbug_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rbug/rbug_context.h b/src/gallium/auxiliary/rbug/rbug_context.h index da61c2365b0..03126d6b123 100644 --- 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 |