Skip to content

Commit a38bb7b

Browse files
committed
fix compile error on windows
1 parent 776cfeb commit a38bb7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/error.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ const char* strerror(int e) {
8282
return err.s.data() + pos;
8383
}
8484

85-
} // co
86-
8785
#endif
86+
87+
} // co

0 commit comments

Comments
 (0)