Commit 577612258ac62900e91c312cb6ee62db0dc0ed81

Ran Benita 2012-11-07T00:41:06

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>