From: Vinson Lee Date: Sun, 27 Dec 2009 00:09:41 +0000 (-0800) Subject: mesa: Remove comma at end of enumerator list. X-Git-Tag: 062012170305~12852^2~1452^2~359^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc11424bcded0b1cea0acf45936c4af1f1a4b85b;p=profile%2Fivi%2Fmesa.git mesa: Remove comma at end of enumerator list. --- 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 };