From c6b64b0b47d8157dd66d1b7272371d0aa93d43ae Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 31 May 2007 13:59:23 +0200 Subject: [PATCH] shell32/tests: Remove unneeded cast. --- dlls/shell32/tests/shlexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 88943644c4d..86349a47158 100644 --- a/dlls/shell32/tests/shlexec.c +++ b/dlls/shell32/tests/shlexec.c @@ -1112,7 +1112,7 @@ static HDDEDATA CALLBACK ddeCb(UINT uType, UINT uFmt, HCONV hConv, return (HDDEDATA)DDE_FACK; default: - return (HDDEDATA)NULL; + return NULL; } }