From: Vinson Lee Date: Sun, 27 Dec 2009 00:18:47 +0000 (-0800) Subject: rbug: Remove comma at end of enumerator list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c2fd1bae0009ea8231cd77001595f27d6171f7b;p=mesa.git rbug: Remove comma at end of enumerator list. --- diff --git a/src/gallium/auxiliary/rbug/rbug_proto.h b/src/gallium/auxiliary/rbug/rbug_proto.h index d273be0166d..4f3eb75dc4d 100644 --- 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 }; /**