summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorOmar Polo <op@cvs.openbsd.org>2023-03-27 17:54:21 +0000
committerOmar Polo <op@cvs.openbsd.org>2023-03-27 17:54:21 +0000
commita1b672c48d95478927971e1174699803be45de92 (patch)
tree6b8a547bdf7e3cfd10f7188a2cc764d7971dc9c3 /usr.bin/mg
parent77a183ceef72c1eacac4805c0a7e3d73c0012811 (diff)
kill another empty line
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/region.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mg/region.c b/usr.bin/mg/region.c
index f562aa4ebba..f94a5f64d00 100644
--- a/usr.bin/mg/region.c
+++ b/usr.bin/mg/region.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: region.c,v 1.41 2023/03/27 17:53:17 op Exp $ */
+/* $OpenBSD: region.c,v 1.42 2023/03/27 17:54:20 op Exp $ */
/* This file is in the public domain. */
@@ -454,7 +454,6 @@ piperegion(int f, int n)
int
shellcommand(int f, int n)
{
-
char *cmd, cmdbuf[NFILEN];
char *argv[] = {"sh", "-c", (char *) NULL, (char *) NULL};