gallium: remove trailing comma

This commit is contained in:
Brian Paul 2010-04-27 16:42:13 -06:00
parent 608cf0c9f7
commit 347f783606
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ enum pipe_transfer_usage {
* - pipe_context::transfer_flush_region
* - OpenGL's ARB_map_buffer_range extension, MAP_FLUSH_EXPLICIT_BIT flag.
*/
PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11),
PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11)
};