diff options
Diffstat (limited to 'usr.bin/mg/funmap.c')
-rw-r--r-- | usr.bin/mg/funmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/funmap.c b/usr.bin/mg/funmap.c index 37d0c58f718..72a7fa66016 100644 --- a/usr.bin/mg/funmap.c +++ b/usr.bin/mg/funmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: funmap.c,v 1.11 2005/04/03 02:09:28 db Exp $ */ +/* $OpenBSD: funmap.c,v 1.12 2005/04/28 07:23:56 otto Exp $ */ /* * Copyright (c) 2001 Artur Grabowski <art@openbsd.org>. All rights reserved. * @@ -289,7 +289,7 @@ function_name(PF fun) * List possible function name completions. */ LIST * -complete_function_list(const char *fname, int c) +complete_function_list(const char *fname) { struct funmap *fn; LIST *head, *el; |