Commit f3f81387 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

version: Remove 'return' from void function.

parent b6eaf876
......@@ -194,8 +194,6 @@ static void VersionDwordLong2String(DWORDLONG Version, LPSTR lpszVerString)
d = (WORD)(Version & 0xffff);
sprintf(lpszVerString, "%d.%d.%d.%d", a, b, c, d);
return;
}
static void test_info(void)
......
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