From: Daniel Kahn Gillmor Date: Sat, 14 Jun 2008 19:06:48 +0000 (-0400) Subject: cleaning up error output. X-Git-Tag: monkeysphere_0.1-1~27^2 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=3141ed26d4d5af1886166f5d91a041dc60d381eb cleaning up error output. --- 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; } }