Michael Stefaniuc : localspl/tests: Use ANSI function declarations.

Alexandre Julliard julliard at winehq.org
Mon Nov 19 08:19:48 CST 2007


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Nov 19 00:18:55 2007 +0100

localspl/tests: Use ANSI function declarations.

---

 dlls/localspl/tests/localmon.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/localspl/tests/localmon.c b/dlls/localspl/tests/localmon.c
index 3126731..4d75a4c 100644
--- a/dlls/localspl/tests/localmon.c
+++ b/dlls/localspl/tests/localmon.c
@@ -339,7 +339,7 @@ static void test_AddPortEx(void)
 
 /* ########################### */
 
-static void test_ClosePort()
+static void test_ClosePort(void)
 {
     HANDLE  hPort;
     HANDLE  hPort2;
@@ -629,7 +629,7 @@ static void test_InitializePrintMonitor(void)
 
 /* ########################### */
 
-static void test_OpenPort()
+static void test_OpenPort(void)
 {
     HANDLE  hPort;
     HANDLE  hPort2;




More information about the wine-cvs mailing list