Commit df5cd21f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcrt/tests: Make qsort_comp() static.

parent ee13e10c
......@@ -368,7 +368,7 @@ struct qsort_test
} 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment