commit | 6c54ad3dbae12e8bee041d77170ade61d178b096 | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Wed Feb 18 22:46:39 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 19 12:52:02 2009 +0100 |
tree | 3d81c51016b8fca65a9367673135a5ce570e83d7 | |
parent | 8324ed6cc956dab82f983303d47613baf2f57064 [diff] [blame] |
shell32: Remove superfluous pointer casts.
diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index e67556f..69229f3 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c
@@ -518,7 +518,7 @@ void WINAPI DragFinish(HDROP h) { TRACE("\n"); - GlobalFree((HGLOBAL)h); + GlobalFree(h); } /*************************************************************************