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:
@@ -46,7 +46,7 @@ extern "C" {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
SNAPPY_OK = 0,
|
SNAPPY_OK = 0,
|
||||||
SNAPPY_INVALID_INPUT = 1,
|
SNAPPY_INVALID_INPUT = 1,
|
||||||
SNAPPY_BUFFER_TOO_SMALL = 2,
|
SNAPPY_BUFFER_TOO_SMALL = 2
|
||||||
} snappy_status;
|
} snappy_status;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user