shell32/tests: Remove unneeded cast.
This commit is contained in:
parent
970b34291e
commit
c6b64b0b47
|
@ -1112,7 +1112,7 @@ static HDDEDATA CALLBACK ddeCb(UINT uType, UINT uFmt, HCONV hConv,
|
|||
return (HDDEDATA)DDE_FACK;
|
||||
|
||||
default:
|
||||
return (HDDEDATA)NULL;
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue