mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Remove extra semicolon (#1963)
This fixes a -Wc++98-compat-extra-semi instance.
This commit is contained in:
parent
f884a56258
commit
0cc1ca9a8d
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue