mirror of
https://github.com/janet-lang/janet
synced 2026-09-26 02:41:41 +00:00
Add semi-colon.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user