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};
|
char buffer[1024] = {0};
|
||||||
const char randomtext[] = "Some text";
|
const char randomtext[] = "Some text";
|
||||||
|
|
||||||
es.pfnCallback = (EDITSTREAMCALLBACK) EditStreamCallback;
|
es.pfnCallback = EditStreamCallback;
|
||||||
|
|
||||||
/* StreamIn, no SFF_SELECTION */
|
/* StreamIn, no SFF_SELECTION */
|
||||||
es.dwCookie = nCallbackCount;
|
es.dwCookie = nCallbackCount;
|
||||||
|
|
Loading…
Reference in New Issue