mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00: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
|
* unrealistic, since even Vista will have it if the user
|
||||||
* specifically downloads it.
|
* specifically downloads it.
|
||||||
*/
|
*/
|
||||||
return (help_path
|
return (help_path != NULL
|
||||||
#ifndef NO_HTMLHELP
|
#ifndef NO_HTMLHELP
|
||||||
|| chm_path
|
|| chm_path
|
||||||
#endif /* NO_HTMLHELP */
|
#endif /* NO_HTMLHELP */
|
||||||
|
Loading…
Reference in New Issue
Block a user