diff --git a/httplib.h b/httplib.h index 99112b9063..23ed1b3224 100644 --- a/httplib.h +++ b/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".