Forgot a semicolon...

This commit is contained in:
llmII 2021-09-03 16:31:20 -05:00
parent a4aef38cc0
commit f2e4c1ae9a
No known key found for this signature in database
GPG Key ID: E3AD2E259F58A9A0
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ struct JanetVM {
JanetHandle selfpipe[2];
int kq;
int timer;
int timer_enabled
int timer_enabled;
#else
JanetHandle selfpipe[2];
struct pollfd *fds;