From 55928b1e0a08d84a5cbc50020f0a8c1024f5b6ce Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 Jan 2008 17:43:27 -0600 Subject: Move NEWTOY() list from end of toylist.h to generated/newtoys.h. --- lib/lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/lib.c b/lib/lib.c index cea3e4b1..1fadfb7b 100644 --- a/lib/lib.c +++ b/lib/lib.c @@ -51,7 +51,7 @@ void error_exit(char *msg, ...) if (CFG_HELP && toys.exithelp) { *toys.optargs=*toys.argv; - help_main(); + USE_HELP(help_main();) // dear gcc: shut up. fprintf(stderr,"\n"); } -- cgit v1.2.3