Module: wine Branch: master Commit: d02e559b914d5d738f52bf1ec6d739302adfed91 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d02e559b914d5d738f52bf1ec6...
Author: Francois Gouget fgouget@free.fr Date: Tue Mar 22 11:26:24 2016 +0100
shell32/tests: Make shlexec's reset_association_description() static.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 07c3b48..ebf9d80 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -365,7 +365,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'; }