summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2001-06-22 12:54:55 +0000
committerdcs <dcs@FreeBSD.org>2001-06-22 12:54:55 +0000
commit27dae606df087fff5ecd850ecdf3c3d5116be374 (patch)
treefc8586e388f8d70f72542e70112e33c6f945c6c6 /usr.bin/ftp
parenta2ac2ac3ee706c2f8278a9092d8024169b746f3e (diff)
downloadFreeBSD-src-27dae606df087fff5ecd850ecdf3c3d5116be374.zip
FreeBSD-src-27dae606df087fff5ecd850ecdf3c3d5116be374.tar.gz
Correct small typo on debug message.
PR: bin/28337 Submitted by: Koga Youichirou <y-koga@jp.freebsd.org> MFC after: 1 week
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ftp/util.c b/usr.bin/ftp/util.c
index a9524db..3afd17b 100644
--- a/usr.bin/ftp/util.c
+++ b/usr.bin/ftp/util.c
@@ -874,7 +874,7 @@ isipv6addr(const char *addr)
freeaddrinfo(res);
}
if (debug)
- printf("isipv6addr: got %d for %sn", rv, addr);
+ printf("isipv6addr: got %d for %s\n", rv, addr);
#endif
return (rv == 1) ? 1 : 0;
}
OpenPOWER on IntegriCloud