1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Add semi-colon.

This commit is contained in:
Calvin Rose 2021-09-17 19:20:59 -05:00
parent bf9b6b1301
commit 9abee3f29a

View File

@ -334,7 +334,7 @@ typedef struct JanetDudCriticalSection {
/* Avoid including windows.h here - instead, create a structure of the same size */
/* Needs to be same size as crtical section see WinNT.h for CRITCIAL_SECTION definition */
void *debug_info;
long lock_count
long lock_count;
long recursion_count;
void *owning_thread;
void *lock_semaphore;