mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Quell a (correct) GCC warning in the NO_HTMLHELP case.
[originally from svn r9666]
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user