summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bad144
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-14 08:40:37 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-14 08:40:37 +0000
commit9d5544b3d413cc924b4c30dfd9dd87bb77636bb8 (patch)
treee686a8b834f79d70475f3769bfca4a99127b471f /usr.sbin/bad144
parentf0c0a8b7ce229fd45f2049dad058762074d43f09 (diff)
downloadFreeBSD-src-9d5544b3d413cc924b4c30dfd9dd87bb77636bb8.zip
FreeBSD-src-9d5544b3d413cc924b4c30dfd9dd87bb77636bb8.tar.gz
printf -> fprintf when you use a fd arg :-), oops!
Diffstat (limited to 'usr.sbin/bad144')
-rw-r--r--usr.sbin/bad144/bad144.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bad144/bad144.c b/usr.sbin/bad144/bad144.c
index d2fdee4..1a734b8 100644
--- a/usr.sbin/bad144/bad144.c
+++ b/usr.sbin/bad144/bad144.c
@@ -274,7 +274,7 @@ usage:
continue;
}
}
- printf(stderr, "\n");
+ fprintf(stderr, "\n");
}
argc--;
OpenPOWER on IntegriCloud