Don't use trailing enum comma in public headers
authorRan Benita <ran234@gmail.com>
Tue, 6 Nov 2012 22:41:06 +0000 (00:41 +0200)
committerRan Benita <ran234@gmail.com>
Wed, 7 Nov 2012 16:59:41 +0000 (18:59 +0200)
commit577612258ac62900e91c312cb6ee62db0dc0ed81
treee52cd9dab609f1dfab2b5f81ce592b2c49a0ebc6
parentd87035adacbe6ff5a857f33b61828d5c5248d6a9
Don't use trailing enum comma in public headers

Pretty annoying, but C89 doesn't support that (officially), and it might
cause warning with -pedantic, etc. (though you need -Wsystem-headers to
see them usually). Removing them is not a big deal.

Signed-off-by: Ran Benita <ran234@gmail.com>
xkbcommon/xkbcommon.h