Commit e8ca1127 authored by Daniel Stenberg's avatar Daniel Stenberg Committed by Tatsuhiro Tsujikawa

nghttp2.h: avoid compiler warnings due to comma after last enum

warning: comma at end of enumerator list [-Werror=pedantic]
parent 7a9cff9b
...@@ -524,7 +524,7 @@ typedef enum { ...@@ -524,7 +524,7 @@ typedef enum {
* The HEADERS frame which does not apply for the above categories, * The HEADERS frame which does not apply for the above categories,
* which is analogous to HEADERS in SPDY. * which is analogous to HEADERS in SPDY.
*/ */
NGHTTP2_HCAT_HEADERS = 3, NGHTTP2_HCAT_HEADERS = 3
} nghttp2_headers_category; } nghttp2_headers_category;
/** /**
......
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