From 8c27a05d1e7b6ece8e25ec0830583ddfe4246216 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Fri, 16 Nov 2007 14:11:49 -0800 Subject: [PATCH] Remove bad comment --- dlls/shell32/shlexec.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/dlls/shell32/shlexec.c b/dlls/shell32/shlexec.c index c95d599..a6a7138 100644 --- a/dlls/shell32/shlexec.c +++ b/dlls/shell32/shlexec.c @@ -632,11 +632,7 @@ UINT SHELL_FindExecutable(LPCWSTR lpPath * attached */ TRACE("found %s\n", debugstr_w(lpResult)); return 33; - - /* Greater than 32 to indicate success FIXME According to the - * docs, I should be returning a handle for the - * executable. Does this mean I'm supposed to open the - * executable file or something? More RTFM, I guess... */ + /* Greater than 32 to indicate success */ } tok = p; } -- 1.4.1