diff options
Diffstat (limited to 'hostid.c')
-rw-r--r-- | hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,5 +26,5 @@ extern int hostid_main(int argc, char **argv) { printf("%lx\n", gethostid()); - return(TRUE); + return EXIT_SUCCESS; } |