summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snappy-c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snappy-c.h b/snappy-c.h
index 88e1122..c6c2a86 100644
--- a/snappy-c.h
+++ b/snappy-c.h
@@ -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;
/*