Skip to content

Commit

Permalink
Remove extra semicolon (#1963)
Browse files Browse the repository at this point in the history
This fixes a -Wc++98-compat-extra-semi instance.
  • Loading branch information
pbos authored Oct 15, 2024
1 parent f884a56 commit 0cc1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 0cc1ca9

Please sign in to comment.