[SHELL32] CDefView: Remove a remnant string part (#1250)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Wed, 16 Jan 2019 11:51:49 +0000 (12:51 +0100)
committerHermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Wed, 16 Jan 2019 11:51:49 +0000 (12:51 +0100)
Addendum to 9ae373a.

dll/win32/shell32/CDefView.cpp

index e3cab68..a4ba8de 100644 (file)
@@ -1328,7 +1328,7 @@ LRESULT CDefView::OnContextMenu(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &b
     UINT    uCommand;
     HRESULT hResult;
 
     UINT    uCommand;
     HRESULT hResult;
 
-    TRACE("(%p)->()\n", this);
+    TRACE("(%p)\n", this);
 
     m_hContextMenu = CreatePopupMenu();
     if (!m_hContextMenu) 
 
     m_hContextMenu = CreatePopupMenu();
     if (!m_hContextMenu)