From: ben Date: Mon, 17 Sep 2012 22:28:07 +0000 (+0000) Subject: Quell a (correct) GCC warning in the NO_HTMLHELP case. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/f42faba9ff09df066a6bfce4e179d7566048395a Quell a (correct) GCC warning in the NO_HTMLHELP case. git-svn-id: svn://svn.tartarus.org/sgt/putty@9666 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windows/winhelp.c b/windows/winhelp.c index a8d63a50..8b652c7b 100644 --- a/windows/winhelp.c +++ b/windows/winhelp.c @@ -81,7 +81,7 @@ int has_help(void) * unrealistic, since even Vista will have it if the user * specifically downloads it. */ - return (help_path + return (help_path != NULL #ifndef NO_HTMLHELP || chm_path #endif /* NO_HTMLHELP */