Module: wine Branch: master Commit: c6b64b0b47d8157dd66d1b7272371d0aa93d43ae URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6b64b0b47d8157dd66d1b7272...
Author: Francois Gouget fgouget@free.fr Date: Thu May 31 13:59:23 2007 +0200
shell32/tests: Remove unneeded cast.
---
dlls/shell32/tests/shlexec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/tests/shlexec.c b/dlls/shell32/tests/shlexec.c index 8894364..86349a4 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; } }