riched20/tests: Remove a superfluous function pointer cast.

oldstable
Michael Stefaniuc 2012-11-30 14:05:01 +01:00 committed by Alexandre Julliard
parent 5bade39f55
commit 87cdc7341d
1 changed files with 1 additions and 1 deletions

View File

@ -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;