summaryrefslogtreecommitdiff
path: root/usr.bin/mg/help.c
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2005-04-28 07:23:57 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2005-04-28 07:23:57 +0000
commit18573c57c78033749c1ea77790ebe384fe2a3e50 (patch)
treec4fdef81a0be7baf1a3eafa291d874c1b348c24d /usr.bin/mg/help.c
parentd53ab39295a4e54149e166e9adb82fc3c537a201 (diff)
Get rid of unused arg to complete_function_list(). Han Boetes.
Diffstat (limited to 'usr.bin/mg/help.c')
-rw-r--r--usr.bin/mg/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/help.c b/usr.bin/mg/help.c
index 799dec60b9e..1e1d0764897 100644
--- a/usr.bin/mg/help.c
+++ b/usr.bin/mg/help.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: help.c,v 1.22 2005/04/03 02:09:28 db Exp $ */
+/* $OpenBSD: help.c,v 1.23 2005/04/28 07:23:56 otto Exp $ */
/*
* Help functions for Mg 2
@@ -186,7 +186,7 @@ apropos_command(int f, int n)
if (bclear(bp) == FALSE)
return (FALSE);
- fnames = complete_function_list("", NULL);
+ fnames = complete_function_list("");
for (el = fnames; el != NULL; el = el->l_next) {
char buf[32];