X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinhelp.c;h=8b652c7b15eb49c9f80fd20f34857fe2b7b9310d;hb=3e22c99c9a3c28e042f2dc3a50fadf95e7c277e7;hp=a8d63a50a53a5bd669a4bb8d4559e8b1b7e69f16;hpb=9f274bed919de23335499926f4abbea45e0e495b;p=PuTTY.git 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 */