From 3141ed26d4d5af1886166f5d91a041dc60d381eb Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 14 Jun 2008 15:06:48 -0400 Subject: [PATCH] cleaning up error output. --- src/keytrans/openpgp2ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keytrans/openpgp2ssh.c b/src/keytrans/openpgp2ssh.c index 9e356e7..58f569e 100644 --- a/src/keytrans/openpgp2ssh.c +++ b/src/keytrans/openpgp2ssh.c @@ -355,7 +355,7 @@ int main(int argc, char* argv[]) { } else { /* we have no idea what kind of key this is at all anyway! */ - err(0,"Input does contain any form of OpenPGP key I recognize."); + err(0,"Input does contain any form of OpenPGP key I recognize.\n"); return 1; } } -- 2.25.1