msvcrt/tests: Make qsort_comp() static.

Francois Gouget fgouget at free.fr
Thu May 22 04:25:13 CDT 2014


---
 dlls/msvcrt/tests/misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcrt/tests/misc.c b/dlls/msvcrt/tests/misc.c
index 7b940f1..a4c5c8c 100644
--- a/dlls/msvcrt/tests/misc.c
+++ b/dlls/msvcrt/tests/misc.c
@@ -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;
 
-- 
2.0.0.rc0



More information about the wine-patches mailing list