projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c315f5
)
cleaning up error output.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sat, 14 Jun 2008 19:06:48 +0000
(15:06 -0400)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sat, 14 Jun 2008 19:06:48 +0000
(15:06 -0400)
src/keytrans/openpgp2ssh.c
patch
|
blob
|
history
diff --git
a/src/keytrans/openpgp2ssh.c
b/src/keytrans/openpgp2ssh.c
index 9e356e764cb6fed68ebd582b66ff5727cc72586a..58f569efa302f9ee7b54489702247d12c99964f1 100644
(file)
--- 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;
}
}