No need to set variable to NULL
[TortoiseGit.git] / src / TortoisePlink / Windows / nohelp.c
blobb8f1f9c9278f0900447776c870859563c90fbb62
1 /*
2 * nohelp.c: implement the has_embedded_chm() function for
3 * applications that have no help file at all, so that buildinfo.c's
4 * buildinfo string knows not to talk meaninglessly about whether the
5 * nonexistent help file is present.
6 */
8 #include <stdio.h>
9 #include <stdlib.h>
10 #include <string.h>
11 #include <assert.h>
13 #include "putty.h"
15 int has_embedded_chm(void) { return -1; }