summaryrefslogtreecommitdiff
path: root/sbin/route/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/route.c')
-rw-r--r--sbin/route/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c
index 5a6679a9051..267a9e350ba 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.262 2023/02/14 11:46:08 claudio Exp $ */
+/* $OpenBSD: route.c,v 1.263 2023/02/18 18:07:38 claudio Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
@@ -581,7 +581,7 @@ newroute(int argc, char **argv)
if (*cmd != 'g')
shutdown(s, SHUT_RD); /* Don't want to read back our messages */
while (--argc > 0) {
- if (**(++argv)== '-') {
+ if (**(++argv) == '-') {
switch (key = keyword(1 + *argv)) {
case K_LINK:
af = AF_LINK;