summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-09-05 12:16:24 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-09-05 12:16:24 +0000
commit8ae78a2986ef17782fdf8372d7112dba6a7eaaed (patch)
tree170d6efa3fcf07dea87f242420ef5e7e88db9f17
parenta1a7ffe8d6492c421846f4481a42ee6ad08fb638 (diff)
Unbreak the tree. Bad tedu, no cookie.
-rw-r--r--usr.sbin/ripctl/parser.c4
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[])