Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocso committed Apr 5, 2016
1 parent 7b1fffc commit b55f09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/*
* Some non-thread POSIX API substitutes
*/
#if !defined(__MING64_VERSION_MAJOR)
#if !defined(__MINGW64_VERSION_MAJOR)
# define rand_r( _seed ) \
( _seed == _seed? rand() : rand() )
#endif
Expand Down

0 comments on commit b55f09e

Please sign in to comment.