From 3f5d885e592f443ce831c5b1c124f54976207733 Mon Sep 17 00:00:00 2001 From: wens Date: Thu, 14 Sep 2006 01:14:05 +0000 Subject: fix compile error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3412 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/broadcast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/broadcast.c b/util/broadcast.c index 1ccf4675..79e02799 100644 --- a/util/broadcast.c +++ b/util/broadcast.c @@ -24,7 +24,7 @@ int main(int argc, char *argv[]) while ((i = getopt(argc, argv, "t:n:o:h")) != -1) switch (i) { case 'h': - print_help(); + print_help(argc, argv); return 0; break; case 't': -- cgit v1.2.3