version: Remove 'return' from void function.

This commit is contained in:
Nikolay Sivov 2012-12-19 11:18:55 +04:00 committed by Alexandre Julliard
parent b6eaf8761d
commit f3f81387f1

View file

@ -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)