nghttp2.h: remove trailing comma last in enum
... since gcc -pedantic warns on it.
This commit is contained in:
parent
399328cb49
commit
d287ea986f
|
@ -689,7 +689,7 @@ typedef enum {
|
|||
* trailer header fields with `nghttp2_submit_request()` or
|
||||
* `nghttp2_submit_response()`.
|
||||
*/
|
||||
NGHTTP2_DATA_FLAG_NO_END_STREAM = 0x02,
|
||||
NGHTTP2_DATA_FLAG_NO_END_STREAM = 0x02
|
||||
} nghttp2_data_flag;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue