rbug: Remove comma at end of enumerator list.

This commit is contained in:
Vinson Lee 2009-12-26 16:14:39 -08:00
parent fc11424bcd
commit f8ca25e02f
1 changed files with 1 additions and 1 deletions

View File

@ -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