Mike McCormack : ole32: Fix a declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 18 05:13:35 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Tue Apr 18 17:18:19 2006 +0900

ole32: Fix a declaration.

---

 dlls/ole32/tests/clipboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/tests/clipboard.c b/dlls/ole32/tests/clipboard.c
index ac5ed32..6496471 100644
--- a/dlls/ole32/tests/clipboard.c
+++ b/dlls/ole32/tests/clipboard.c
@@ -316,7 +316,7 @@ static HRESULT DataObjectImpl_CreateText
     return S_OK;
 }
 
-static void test_set_clipboard()
+static void test_set_clipboard(void)
 {
     HRESULT hr;
     ULONG ref;




More information about the wine-cvs mailing list