cleaning up error output.
[monkeysphere.git] / src / keytrans / openpgp2ssh.c
index 9e356e764cb6fed68ebd582b66ff5727cc72586a..58f569efa302f9ee7b54489702247d12c99964f1 100644 (file)
@@ -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;
     }
   }