Commit d287ea98 authored by Daniel Stenberg's avatar Daniel Stenberg

nghttp2.h: remove trailing comma last in enum

... since gcc -pedantic warns on it.
parent 399328cb
...@@ -689,7 +689,7 @@ typedef enum { ...@@ -689,7 +689,7 @@ typedef enum {
* trailer header fields with `nghttp2_submit_request()` or * trailer header fields with `nghttp2_submit_request()` or
* `nghttp2_submit_response()`. * `nghttp2_submit_response()`.
*/ */
NGHTTP2_DATA_FLAG_NO_END_STREAM = 0x02, NGHTTP2_DATA_FLAG_NO_END_STREAM = 0x02
} nghttp2_data_flag; } nghttp2_data_flag;
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment