diff options
author | Vinson Lee <[email protected]> | 2009-12-26 16:18:47 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-26 16:18:47 -0800 |
commit | 3c2fd1bae0009ea8231cd77001595f27d6171f7b (patch) | |
tree | d2c269e42dbb84ea60c05c267fdeb2e695aa30a0 | |
parent | f8ca25e02faa094218e741af041464728347574f (diff) |
rbug: Remove comma at end of enumerator list.
-rw-r--r-- | src/gallium/auxiliary/rbug/rbug_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; /** |