fix comma at end of enumerator list [-Wpedantic]

This commit is contained in:
Alexis La Goutte 2015-04-09 15:44:36 +02:00
parent b636e9744f
commit 5c42687759
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ typedef enum {
* Invalid HTTP header field was received but it can be treated as
* if it was not received because of compatibility reasons.
*/
NGHTTP2_ERR_IGN_HTTP_HEADER = -105,
NGHTTP2_ERR_IGN_HTTP_HEADER = -105
} nghttp2_internal_error;
#endif /* NGHTTP2_INT_H */