mesa: Remove commas at end of enumerator lists.
authorVinson Lee <vlee@freedesktop.org>
Thu, 18 Jul 2013 03:42:03 +0000 (20:42 -0700)
committerVinson Lee <vlee@freedesktop.org>
Thu, 18 Jul 2013 03:57:53 +0000 (20:57 -0700)
commit77311dab3aae6630e61fc50013754cf2f4e5f90c
tree60cadb7dac73f2527c38c7d87796632b80ef45ce
parentceaf1a74cbdb1831a9030d4a3ea1d0e2b98e0622
mesa: Remove commas at end of enumerator lists.

Fixes these build errors on OpenBSD 5.3.

In file included from ../../src/mesa/main/errors.h:47,
                 from ../../src/mesa/main/imports.h:41,
                 from ../../src/mesa/main/ff_fragment_shader.cpp:32:
../../src/mesa/main/mtypes.h:3286: error: comma at end of enumerator list
../../src/mesa/main/mtypes.h:3296: error: comma at end of enumerator list
../../src/mesa/main/mtypes.h:3303: error: comma at end of enumerator list
../../src/mesa/main/mtypes.h:3356: error: comma at end of enumerator list

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/mtypes.h