diff options
author | 2010-09-05 12:16:23 +0000 | |
---|---|---|
committer | 2010-09-05 12:16:23 +0000 | |
commit | 6c9c7f05357b5ce4dfeb7aa900b5568f51bf3e83 (patch) | |
tree | ac75219754c5c2c0ed4faa34b3069794bc9673ff | |
parent | revert previous "simplification". kcornies at gmail says it doesn't work. (diff) | |
download | wireguard-openbsd-6c9c7f05357b5ce4dfeb7aa900b5568f51bf3e83.tar.xz wireguard-openbsd-6c9c7f05357b5ce4dfeb7aa900b5568f51bf3e83.zip |
Unbreak the tree. Bad tedu, no cookie.
-rw-r--r-- | usr.sbin/ripctl/parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripctl/parser.c b/usr.sbin/ripctl/parser.c index 6ed7f935f2d..e82045f0eb7 100644 --- a/usr.sbin/ripctl/parser.c +++ b/usr.sbin/ripctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.5 2010/09/04 21:31:04 tedu Exp $ */ +/* $OpenBSD: parser.c,v 1.6 2010/09/05 12:16:23 kettenis Exp $ */ /* * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> @@ -117,7 +117,7 @@ static const struct token t_log[] = { static const struct token *match_token(const char *, const struct token *, struct parse_result *); -static void show_valid_args(const struct token *table) +static void show_valid_args(const struct token *table); struct parse_result * parse(int argc, char *argv[]) |