From: Vinson Lee Date: Sun, 27 Dec 2009 00:09:41 +0000 (-0800) Subject: mesa: Remove comma at end of enumerator list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc11424bcded0b1cea0acf45936c4af1f1a4b85b;p=mesa.git mesa: Remove comma at end of enumerator list. --- 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 };