diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-14 15:06:48 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-14 15:06:48 -0400 |
commit | 3141ed26d4d5af1886166f5d91a041dc60d381eb (patch) | |
tree | cce93d450fb39f2ff55573040f54adf96ee7976f /src/keytrans | |
parent | 7c315f56f1a5b9ed7742f48a9a0b836a47f44458 (diff) |
cleaning up error output.
Diffstat (limited to 'src/keytrans')
-rw-r--r-- | src/keytrans/openpgp2ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |