msvcrt/tests: Make qsort_comp() static.
This commit is contained in:
parent
ee13e10cf6
commit
df5cd21ff6
|
@ -368,7 +368,7 @@ struct qsort_test
|
||||||
} cmp[64];
|
} cmp[64];
|
||||||
};
|
};
|
||||||
|
|
||||||
int __cdecl qsort_comp(void *ctx, const void *l, const void *r)
|
static int __cdecl qsort_comp(void *ctx, const void *l, const void *r)
|
||||||
{
|
{
|
||||||
struct qsort_test *qt = ctx;
|
struct qsort_test *qt = ctx;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue