1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Quell a (correct) GCC warning in the NO_HTMLHELP case.

[originally from svn r9666]
This commit is contained in:
Ben Harris 2012-09-17 22:28:07 +00:00
parent 942aca34d1
commit 41ad182710

View File

@ -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 */