From: Vinson Lee Date: Sun, 27 Dec 2009 00:14:39 +0000 (-0800) Subject: rbug: Remove comma at end of enumerator list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8ca25e02faa094218e741af041464728347574f;p=mesa.git rbug: Remove comma at end of enumerator list. --- 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