Merge branch 'bagder-fix-trailing-comma'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-03-13 23:10:38 +09:00
commit 7c675b1505
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**