Skip to content

Commit 80f1988

Browse files
committed
Fix warning
1 parent 243e093 commit 80f1988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ inline bool is_field_content(const std::string &s) {
25732573

25742574
inline bool is_field_value(const std::string &s) { return is_field_content(s); }
25752575

2576-
}; // namespace fields
2576+
} // namespace fields
25772577

25782578
} // namespace detail
25792579

0 commit comments

Comments
 (0)