projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309c156
)
mesa: Remove comma at end of enumerator list.
author
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:09:41 +0000
(16:09 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:09:41 +0000
(16:09 -0800)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index f8e4e41583d9e5f70e02ed02c78c1f1278746d5d..21e3d47f3a7d7fdaa848109f515cc3e6ab8781f0 100644
(file)
--- 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
};