Browse Source

Remove extra semicolon (#1963)

This fixes a -Wc++98-compat-extra-semi instance.
Peter Boström 1 năm trước cách đây
mục cha
commit
0cc1ca9a8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -395,7 +395,7 @@ struct hash {
   }
 };
 
-}; // namespace case_ignore
+} // namespace case_ignore
 
 // This is based on
 // "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4189".