summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'create.c')
-rw-r--r--create.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.c b/create.c
index a67d227..881d537 100644
--- a/create.c
+++ b/create.c
@@ -299,7 +299,7 @@ FAIL0:
*tid = thread;
}
-#ifdef _UWIN
+#if defined(_UWIN)
if (result == 0)
pthread_count++;
#endif