projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f563da8
)
fixed compilation because of extra '#endif'
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Thu, 16 Nov 2023 16:44:44 +0000
(10:44 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Thu, 16 Nov 2023 16:44:44 +0000
(10:44 -0600)
shared/include/bh.h
patch
|
blob
|
history
diff --git
a/shared/include/bh.h
b/shared/include/bh.h
index 641e2290d3482eb45688004c5c19e1bd57cacfb2..bb5bf67f369c5c1fdabf7887187707348755c611 100644
(file)
--- 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);