fix(query): fix syntax error on windows.
This commit is contained in:
parent
ef8b68bc80
commit
995b75f77f
|
@ -32,7 +32,7 @@ void swapStr(char* j, char* J, int width) {
|
|||
}
|
||||
#endif
|
||||
|
||||
int32_t qsortHelper(const void* p1, const void* p2, const void* param) {
|
||||
int qsortHelper(const void* p1, const void* p2, const void* param) {
|
||||
__compar_fn_t comparFn = param;
|
||||
return comparFn(p1, p2);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue