mesa: Remove comma at end of enumerator list.

This commit is contained in:
Vinson Lee 2009-12-26 16:09:41 -08:00
parent 309c156bae
commit fc11424bcd

View file

@ -3125,7 +3125,7 @@ enum _verbose
VERBOSE_LIGHTING = 0x0200,
VERBOSE_PRIMS = 0x0400,
VERBOSE_VERTS = 0x0800,
VERBOSE_DISASSEM = 0x1000,
VERBOSE_DISASSEM = 0x1000
};