diff --git a/httplib.h b/httplib.h index 0ab8ac7..2ec2c9e 100644 --- a/httplib.h +++ b/httplib.h @@ -2573,7 +2573,7 @@ inline bool is_field_content(const std::string &s) { inline bool is_field_value(const std::string &s) { return is_field_content(s); } -}; // namespace fields +} // namespace fields } // namespace detail