mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Quell a (correct) GCC warning in the NO_HTMLHELP case.
[originally from svn r9666]
This commit is contained in:
parent
942aca34d1
commit
41ad182710
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user