mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
fix comma at end of enumerator list [-Wpedantic]
This commit is contained in:
@@ -51,7 +51,7 @@ typedef enum {
|
|||||||
* Invalid HTTP header field was received but it can be treated as
|
* Invalid HTTP header field was received but it can be treated as
|
||||||
* if it was not received because of compatibility reasons.
|
* if it was not received because of compatibility reasons.
|
||||||
*/
|
*/
|
||||||
NGHTTP2_ERR_IGN_HTTP_HEADER = -105,
|
NGHTTP2_ERR_IGN_HTTP_HEADER = -105
|
||||||
} nghttp2_internal_error;
|
} nghttp2_internal_error;
|
||||||
|
|
||||||
#endif /* NGHTTP2_INT_H */
|
#endif /* NGHTTP2_INT_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user