X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fkeytrans%2Fopenpgp2ssh.c;h=58f569efa302f9ee7b54489702247d12c99964f1;hb=3141ed26d4d5af1886166f5d91a041dc60d381eb;hp=9e356e764cb6fed68ebd582b66ff5727cc72586a;hpb=7c315f56f1a5b9ed7742f48a9a0b836a47f44458;p=monkeysphere.git 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; } }