cleaning up error output.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 14 Jun 2008 19:06:48 +0000 (15:06 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 14 Jun 2008 19:06:48 +0000 (15:06 -0400)
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;
     }
   }