Fix public bug #62: Remove an extraneous comma at the end of an enum list,

causing compile errors when embedded in Mozilla on OpenBSD.

R=sanjay


git-svn-id: https://snappy.googlecode.com/svn/trunk@63 03e5f5b5-db94-4691-08a0-1a8bf15f6143
This commit is contained in:
snappy.mirrorbot@gmail.com 2012-05-22 09:46:05 +00:00
parent 8b95464146
commit be80d6f74f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ extern "C" {
typedef enum {
SNAPPY_OK = 0,
SNAPPY_INVALID_INPUT = 1,
SNAPPY_BUFFER_TOO_SMALL = 2,
SNAPPY_BUFFER_TOO_SMALL = 2
} snappy_status;
/*