summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-14 15:58:57 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-14 15:58:57 -0400
commitfa49fb68ca77761682fd4547debfabda403f0212 (patch)
treefa1364533d330dc43bc2964ed00e19283e46b499 /src
parent28c7489bb830c8ef9bb7c6e40e3fc4d47a702614 (diff)
parent3141ed26d4d5af1886166f5d91a041dc60d381eb (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'src')
-rw-r--r--src/keytrans/openpgp2ssh.c2
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;
}
}