Nikolay Sivov : version: Remove 'return' from void function.

Alexandre Julliard julliard at winehq.org
Wed Dec 19 14:01:09 CST 2012


Module: wine
Branch: master
Commit: f3f81387f10c44ea091fed828f9960aeada53f0c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f3f81387f10c44ea091fed828f9960aeada53f0c

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Dec 19 11:18:55 2012 +0400

version: Remove 'return' from void function.

---

 dlls/version/tests/info.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/version/tests/info.c b/dlls/version/tests/info.c
index e3e5c90..f19b3d7 100644
--- a/dlls/version/tests/info.c
+++ b/dlls/version/tests/info.c
@@ -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)




More information about the wine-cvs mailing list