summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-23 23:49:10 +0000
committerbapt <bapt@FreeBSD.org>2014-02-23 23:49:10 +0000
commit2440481666e0b9025da25d6b1c1f1479a57c2a25 (patch)
tree3404e3f7cced2302720dff8beb2d6329be40af28 /usr.sbin/pkg
parentbe5d8616b641b051f85c82c0e06d22ccdb8df36d (diff)
downloadFreeBSD-src-2440481666e0b9025da25d6b1c1f1479a57c2a25.zip
FreeBSD-src-2440481666e0b9025da25d6b1c1f1479a57c2a25.tar.gz
Remove a useless newline, warnx already appends a newline
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/pkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index 6fae571..545d6dc 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -299,7 +299,7 @@ parse_fingerprint(ucl_object_t *obj)
fct = HASH_SHA256;
if (fct == HASH_UNKNOWN) {
- warnx("Unsupported hashing function: %s\n", function);
+ warnx("Unsupported hashing function: %s", function);
return (NULL);
}
OpenPOWER on IntegriCloud