summaryrefslogtreecommitdiff
path: root/sbin/route
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2023-02-18 18:07:39 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2023-02-18 18:07:39 +0000
commit2c02f28a772aa309c8e9004663f7231bee575702 (patch)
treee7cca9a311921ddccf6bed43d2f6faa7bf5a4d9b /sbin/route
parent01e0429de56fc71b4ce51e9f1c2841d3e84182d2 (diff)
Missing space
Diffstat (limited to 'sbin/route')
-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;