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>
This commit is contained in:
Francois Gouget 2016-03-22 11:26:24 +01:00 committed by Alexandre Julliard
parent adb39b8fde
commit d02e559b91
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}