diff options
Diffstat (limited to 'nonportable.c')
-rw-r--r-- | nonportable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nonportable.c b/nonportable.c index 27b67df..f442c44 100644 --- a/nonportable.c +++ b/nonportable.c @@ -287,7 +287,7 @@ pthread_mutex_setdefaulttype_np (int newtype, int * oldtype) if (oldtype != NULL) { - *oldType = ptw32_mutex_mapped_default; + *oldtype = ptw32_mutex_mapped_default; } switch (newtype) |