Fix compile error

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-27 21:14:41 +09:00
parent 58cbecbf95
commit 04b7350719
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <nghttp2/nghttp2.h> #include <nghttp2/nghttp2.h>
enum { typedef enum {
/* FSA accepts this state as the end of huffman encoding /* FSA accepts this state as the end of huffman encoding
sequence. */ sequence. */
NGHTTP2_HUFF_ACCEPTED = 1, NGHTTP2_HUFF_ACCEPTED = 1,