From: Brendan Hansen Date: Thu, 16 Nov 2023 16:44:44 +0000 (-0600) Subject: fixed compilation because of extra '#endif' X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=5ef2192da96ff252ec46e69f80e97e39d481914a;p=onyx.git fixed compilation because of extra '#endif' --- diff --git a/shared/include/bh.h b/shared/include/bh.h index 641e2290..bb5bf67f 100644 --- a/shared/include/bh.h +++ b/shared/include/bh.h @@ -1792,7 +1792,6 @@ static b32 bh__file_seek_wrapper(bh_file_descriptor fd, i64 offset, bh_file_when if (res < 0) return 0; if (new_offset) *new_offset = res; return 1; -#endif #elif defined(_BH_DARWIN) i64 res = lseek(fd, offset, whence);