diff --git a/lib/nghttp2_int.h b/lib/nghttp2_int.h index 678d1eef..2a77ed4f 100644 --- a/lib/nghttp2_int.h +++ b/lib/nghttp2_int.h @@ -47,7 +47,7 @@ typedef enum { NGHTTP2_ERR_CREDENTIAL_PENDING = -101, NGHTTP2_ERR_BUFFER_ERROR = -102, NGHTTP2_ERR_IGN_HEADER_BLOCK = -103, - NGHTTP2_ERR_IGN_PAYLOAD = -104, + NGHTTP2_ERR_IGN_PAYLOAD = -104 } nghttp2_internal_error; #endif /* NGHTTP2_INT_H */