mirror of
https://github.com/janet-lang/janet
synced 2025-02-05 03:30:02 +00:00
Forgot a semicolon...
This commit is contained in:
parent
a4aef38cc0
commit
f2e4c1ae9a
@ -175,7 +175,7 @@ struct JanetVM {
|
|||||||
JanetHandle selfpipe[2];
|
JanetHandle selfpipe[2];
|
||||||
int kq;
|
int kq;
|
||||||
int timer;
|
int timer;
|
||||||
int timer_enabled
|
int timer_enabled;
|
||||||
#else
|
#else
|
||||||
JanetHandle selfpipe[2];
|
JanetHandle selfpipe[2];
|
||||||
struct pollfd *fds;
|
struct pollfd *fds;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user