Skip to content

Commit

Permalink
fix compile error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
idealvin committed Sep 9, 2023
1 parent 776cfeb commit a38bb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ const char* strerror(int e) {
return err.s.data() + pos;
}

} // co

#endif

} // co

0 comments on commit a38bb7b

Please sign in to comment.