diff options
| author | 2021-08-20 18:53:22 -0500 | |
|---|---|---|
| committer | 2021-08-20 18:53:22 -0500 | |
| commit | d631d29cb4f79d37f594e7f4e482c49549bc1627 (patch) | |
| tree | 36f4cdda1d472a57b90e38e0be80cc34af769321 /src/include/janet.h | |
| parent | Windows header issues. (diff) | |
Fix typo in header.
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 c1f4a907..32e21d1a 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -324,7 +324,7 @@ typedef struct { #include <winsock2.h> #endif #include <windows.h> -typedef CRTICAL_SECTION JanetOSMutex; +typedef CRITICAL_SECTION JanetOSMutex; #else #include <pthread.h> typedef pthread_mutex_t JanetOSMutex; |
