Commit 3a9b09aa authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Declare childPrintf() as a printf-style function.

parent 38ad0ee0
......@@ -117,7 +117,7 @@ static char* decodeA(const char* str)
return ptr;
}
static void childPrintf(HANDLE h, const char* fmt, ...)
static void WINETEST_PRINTF_ATTR(2,3) childPrintf(HANDLE h, const char* fmt, ...)
{
va_list valist;
char buffer[1024];
......
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