mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
riched20/tests: Remove a superfluous function pointer cast.
This commit is contained in:
parent
5bade39f55
commit
87cdc7341d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user