summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-26 16:09:41 -0800
committerVinson Lee <vlee@vmware.com>2009-12-26 16:09:41 -0800
commitfc11424bcded0b1cea0acf45936c4af1f1a4b85b (patch)
tree673c5cd1e0ba7def9f1df5e4aa2987c4f6a40410 /src/mesa
parent309c156bae59124be17137d0f559d2c054231f7c (diff)
mesa: Remove comma at end of enumerator list.
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index f8e4e41583d..21e3d47f3a7 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
};