Skip to content

Commit 4ea8e28

Browse files
committed
Fixed
1 parent 6032eeb commit 4ea8e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/unittest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <math.h>
2424
#include <time.h>
2525

26-
#define USE_PTHREADS // Please change this to #undef USE_PTHREADS if your platform does not support pthread.h!
26+
#define USE_PTHREADS // If your platform does not support pthread.h please change this line to #undef!
2727
// #undef USE_PTHREADS
2828

2929
#ifdef USE_PTHREADS

0 commit comments

Comments
 (0)