X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/bda368a515dc80afe90f2a35c3eb123b2489aa9f..5fd70d0768f86274b22e73f3cd8f59fec0325e36:/windows/winhelp.c 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 */