From: claudio Date: Sat, 18 Feb 2023 18:07:38 +0000 (+0000) Subject: Missing space X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4c321e47aa426bf4486690458e6919b00963a0d9;p=openbsd Missing space --- 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;