Fix typo in common.hpp

This commit is contained in:
ado 2024-02-23 01:01:31 +01:00
parent ea21b9ba04
commit 09e628020d

View File

@ -28,7 +28,7 @@ inline void assert_throw_on_error_not_defined() {
"'throw_on_error' is enabled");
}
#if __unix__XX
#if __unix__
inline ssize_t get_line(char** lineptr, size_t* n, FILE* stream) {
return getline(lineptr, n, stream);
}