shell32/tests: Make shlexec's reset_association_description() static.

Francois Gouget fgouget at free.fr
Tue Mar 22 05:26:24 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/shell32/tests/shlexec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c
index b440427..c57462a 100644
--- a/dlls/shell32/tests/shlexec.c
+++ b/dlls/shell32/tests/shlexec.c
@@ -383,7 +383,7 @@ static void WINETEST_PRINTF_ATTR(2,3) _okShell(int condition, const char *msg, .
 #define okShell okShell_(__FILE__, __LINE__)
 
 static char assoc_desc[2048];
-void reset_association_description(void)
+static void reset_association_description(void)
 {
     *assoc_desc = '\0';
 }
-- 
2.7.0




More information about the wine-patches mailing list