Update compiler.h

clean wording
This commit is contained in:
Niadb
2020-06-19 09:51:00 -06:00
committed by GitHub
parent 8c115cbe23
commit 74f65f624c
+1 -1
View File
@@ -39,7 +39,7 @@
#endif
/**
On MSVC qsort requires functions passed to it use the __cdecl calling conversion(CC).
On MSVC qsort requires that functions passed into it use the __cdecl calling conversion(CC).
This explictly marks such functions as __cdecl so that the code will still compile
if a CC other than __cdecl has been made the default.
*/