shell32/tests: Remove unneeded cast.

This commit is contained in:
Francois Gouget 2007-05-31 13:59:23 +02:00 committed by Alexandre Julliard
parent 970b34291e
commit c6b64b0b47
1 changed files with 1 additions and 1 deletions

View File

@ -1112,7 +1112,7 @@ static HDDEDATA CALLBACK ddeCb(UINT uType, UINT uFmt, HCONV hConv,
return (HDDEDATA)DDE_FACK;
default:
return (HDDEDATA)NULL;
return NULL;
}
}