diff options
| author | 2005-02-02 19:03:52 +0000 | |
|---|---|---|
| committer | 2005-02-02 19:03:52 +0000 | |
| commit | 19bcf68e9be23dc22271492620fbdd03083ab886 (patch) | |
| tree | 45c7ef0110847140a04e35f17945fd11fb8a632a /usr.sbin/ospfctl/parser.c | |
| parent | buffer structs and API ssize_t -> size_t; from bgpd (diff) | |
| download | wireguard-openbsd-19bcf68e9be23dc22271492620fbdd03083ab886.tar.xz wireguard-openbsd-19bcf68e9be23dc22271492620fbdd03083ab886.zip | |
KNF
Diffstat (limited to 'usr.sbin/ospfctl/parser.c')
| -rw-r--r-- | usr.sbin/ospfctl/parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfctl/parser.c b/usr.sbin/ospfctl/parser.c index deff595aab7..02c9d8762bf 100644 --- a/usr.sbin/ospfctl/parser.c +++ b/usr.sbin/ospfctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.2 2005/01/28 17:26:05 norby Exp $ */ +/* $OpenBSD: parser.c,v 1.3 2005/02/02 19:08:42 henning Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -217,7 +217,7 @@ show_valid_args(const struct token table[]) case KEYWORD: case FLAG: fprintf(stderr, " %s\n", table[i].keyword); - break; + break; case ADDRESS: fprintf(stderr, " <address>\n"); break; |
