Eliminate trailing comma in enum
authorEgor Starkov <starkov.egor@gmail.com>
Fri, 12 Mar 2010 14:47:59 +0000 (09:47 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 12 Mar 2010 15:50:18 +0000 (10:50 -0500)
commit933540861383da27402680593edefe8d61e6fb02
tree5f5480f86bda3b19d7cc3961780a834e453abea1
parent84b009ae9f128c838d0e046e07947f8f9b2ce879
Eliminate trailing comma in enum

https://bugs.freedesktop.org/show_bug.cgi?id=27050

Pixman is not compiling with c++ compiler. During compilation it gives
the following error:

/usr/include/pixman-1/pixman.h:335: error: comma at end of enumerator list

Signed-off-by: Søren Sandmann Pedersen <ssp@redhat.com>
pixman/pixman.h