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; /*