From 7b762e3b4ea4e84590b78e539b7d4f83ab47bf7a Mon Sep 17 00:00:00 2001 From: Gregor Schneider Date: Wed, 12 May 2010 19:54:02 +0000 Subject: [PATCH] [SHELL32] Improve debug print by printing text svn path=/trunk/; revision=47180 --- reactos/dll/win32/shell32/shfldr_cpanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/shfldr_cpanel.c b/reactos/dll/win32/shell32/shfldr_cpanel.c index a7b92512462..7fd7a7a102b 100644 --- a/reactos/dll/win32/shell32/shfldr_cpanel.c +++ b/reactos/dll/win32/shell32/shfldr_cpanel.c @@ -1346,7 +1346,7 @@ static HRESULT WINAPI ICPanel_IContextMenu2_InvokeCommand( } else { - FIXME("\n"); + FIXME("Couldn't retrieve pointer to cpl structure\n"); return E_FAIL; } if (SUCCEEDED(IShellLink_Constructor(NULL, &IID_IShellLinkA, (LPVOID*)&isl)))