Module: wine Branch: master Commit: 52da1b169a71446175d71741ab4fac6f1c66bd6e URL: http://source.winehq.org/git/wine.git/?a=commit;h=52da1b169a71446175d71741ab...
Author: Juan Lang juan.lang@gmail.com Date: Fri Nov 16 14:11:49 2007 -0800
shell32: Remove a 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, LPCWSTR lpFile, LPCWSTR lpOperation, * 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; }