From 80f1988981f839618f678d23db4d50144581ee3e Mon Sep 17 00:00:00 2001 From: yhirose Date: Fri, 17 Jan 2025 17:31:45 -0500 Subject: [PATCH] Fix warning --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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