mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07: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…
Reference in a new issue