diff options
| author | 2021-09-17 19:20:59 -0500 | |
|---|---|---|
| committer | 2021-09-17 19:20:59 -0500 | |
| commit | 9abee3f29a47da28ea066b408cc9524c2e918493 (patch) | |
| tree | 5557ad4fece79a08c365167dc821fd14640f2e4d /src/include/janet.h | |
| parent | Avoid including windows.h in janet.h for JanetOSMutex. (diff) | |
Add semi-colon.
Diffstat (limited to 'src/include/janet.h')
| -rw-r--r-- | src/include/janet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/janet.h b/src/include/janet.h index f65a6a87..9c741b0f 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -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; |
