localspl/tests: Use ANSI function declarations.

Michael Stefaniuc mstefani at redhat.de
Sun Nov 18 17:18:55 CST 2007


---
 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;
-- 
1.5.3.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071119/9d94e924/attachment.pgp 


More information about the wine-patches mailing list