Module: Mesa
Branch: master
Commit: 347f783606052a467f32bfcf69fbee67e031d24d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=347f783606052a467f32bfcf69fbee67e031d24d

Author: Brian Paul <[email protected]>
Date:   Tue Apr 27 16:42:13 2010 -0600

gallium: remove trailing comma

---

 src/gallium/include/pipe/p_defines.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/include/pipe/p_defines.h 
b/src/gallium/include/pipe/p_defines.h
index 48edfbf..1aa54f1 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -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)
 
 };
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to