mirror of
https://github.com/janet-lang/janet
synced 2024-11-05 16:26:17 +00:00
Add semi-colon.
This commit is contained in:
parent
bf9b6b1301
commit
9abee3f29a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user