[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-cvs
Subject:    Michael Stefaniuc : riched20/tests: Remove a superfluous function pointer cast.
From:       Alexandre Julliard <julliard () winehq ! org>
Date:       2012-11-30 19:48:21
Message-ID: E1TeWZR-00061d-Tx () wine ! codeweavers ! com
[Download RAW message or body]

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

Author: Michael Stefaniuc <mstefani@redhat.de>
Date:   Fri Nov 30 14:05:01 2012 +0100

riched20/tests: Remove a superfluous function pointer cast.

---

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

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index fa80def..d72b4e1 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -5173,7 +5173,7 @@ static void test_EM_StreamIn_Undo(void)
   char buffer[1024] = {0};
   const char randomtext[] = "Some text";
 
-  es.pfnCallback = (EDITSTREAMCALLBACK) EditStreamCallback;
+  es.pfnCallback = EditStreamCallback;
 
   /* StreamIn, no SFF_SELECTION */
   es.dwCookie = nCallbackCount;



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic