From 415b8ed674323287e1f6e43c44ab0c6d977c0883 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 8 Nov 2013 01:47:29 +0900 Subject: [PATCH] Code cleanup --- lib/nghttp2_hd_huffman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_hd_huffman.h b/lib/nghttp2_hd_huffman.h index 4226af86..eb5f8dd3 100644 --- a/lib/nghttp2_hd_huffman.h +++ b/lib/nghttp2_hd_huffman.h @@ -40,4 +40,4 @@ typedef struct { uint8_t code[4]; } nghttp2_huff_sym; -#endif // NGHTTP2_HD_HUFFMAN_H +#endif /* NGHTTP2_HD_HUFFMAN_H */