Commit c6b64b0b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Remove unneeded cast.

parent 970b3429
......@@ -1112,7 +1112,7 @@ static HDDEDATA CALLBACK ddeCb(UINT uType, UINT uFmt, HCONV hConv,
return (HDDEDATA)DDE_FACK;
default:
return (HDDEDATA)NULL;
return NULL;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment