Skip to content

Commit 588b627

Browse files
committed
fix threadCnt spelling.
1 parent cb67ba9 commit 588b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readerwriter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ HANDLE *threads;
502502
}
503503

504504
#ifdef unix
505-
threads = malloc(ThreadCnt * sizeof(pthread_t));
505+
threads = malloc(threadCnt * sizeof(pthread_t));
506506
#else
507507
threads = GlobalAlloc(GMEM_FIXED | GMEM_ZEROINIT, threadCnt * sizeof(HANDLE));
508508
#endif

0 commit comments

Comments
 (0)