From 41ad182710a8b8bde5bb27114631a25dae37c6cf Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 17 Sep 2012 22:28:07 +0000 Subject: [PATCH] Quell a (correct) GCC warning in the NO_HTMLHELP case. [originally from svn r9666] --- windows/winhelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */