aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 17:44:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 17:44:37 +0000
commit2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff (patch)
treed7be06a884bbd627ad28929f84d876ddaf1ef565 /src/conversation/gnunet-conversation.c
parent3024eeff65e292dd75ec0104a3b22f1e8108f86b (diff)
downloadgnunet-2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff.tar.gz
gnunet-2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff.zip
-add newline
Diffstat (limited to 'src/conversation/gnunet-conversation.c')
-rw-r--r--src/conversation/gnunet-conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index f3fcb0b1e..ba971049f 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -523,7 +523,7 @@ do_address (const char *args)
523 return; 523 return;
524 } 524 }
525 FPRINTF (stdout, 525 FPRINTF (stdout,
526 "%s", 526 "%s\n",
527 address); 527 address);
528} 528}
529 529