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

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

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