Skip to content

Commit

Permalink
and noexcept it
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Sep 5, 2023
1 parent 1b0eccc commit 3b29ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/libfc/include/fc/io/cfile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace fc {

namespace detail {
inline void close_file(FILE* f) {
inline void close_file(FILE* f) noexcept {
fclose(f);
}

Expand Down

0 comments on commit 3b29ca4

Please sign in to comment.