shell32: Remove redundant "not NULL" check of ppidl (coccicheck).

Michael Stefaniuc mstefani at redhat.de
Mon May 17 18:31:40 CDT 2010


---
 dlls/shell32/shfldr_fs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shfldr_fs.c b/dlls/shell32/shfldr_fs.c
index 091c1e0..626f17f 100644
--- a/dlls/shell32/shfldr_fs.c
+++ b/dlls/shell32/shfldr_fs.c
@@ -431,7 +431,7 @@ IShellFolder_fnParseDisplayName (IShellFolder2 * iface,
     else
         *ppidl = NULL;
 
-    TRACE ("(%p)->(-- pidl=%p ret=0x%08x)\n", This, ppidl ? *ppidl : 0, hr);
+    TRACE ("(%p)->(-- pidl=%p ret=0x%08x)\n", This, *ppidl, hr);
 
     return hr;
 }
-- 
1.7.1



More information about the wine-patches mailing list