Fixed typo.

This commit is contained in:
Alexander Harkness
2015-05-17 16:10:55 +01:00
parent 519677c847
commit adecdc2f07
+1 -1
View File
@@ -10,7 +10,7 @@
#ifdef _WIN32
#define thread_local static __declspec(thread)
#elseif __OSX__
#elif __APPLE__
#define thread_local static __thread
#endif