Mesa (mesa_7_6_branch): mesa: Remove comma at end of enumerator list.

Vinson Lee vlee at kemper.freedesktop.org
Sun Dec 27 00:10:18 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: fc11424bcded0b1cea0acf45936c4af1f1a4b85b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc11424bcded0b1cea0acf45936c4af1f1a4b85b

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 26 16:09:41 2009 -0800

mesa: Remove comma at end of enumerator list.

---

 src/mesa/main/mtypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index f8e4e41..21e3d47 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3125,7 +3125,7 @@ enum _verbose
    VERBOSE_LIGHTING		= 0x0200,
    VERBOSE_PRIMS		= 0x0400,
    VERBOSE_VERTS		= 0x0800,
-   VERBOSE_DISASSEM		= 0x1000,
+   VERBOSE_DISASSEM		= 0x1000
 };
 
 




More information about the mesa-commit mailing list