aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index 7fa7ab2f5..4d4c4de33 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -408,6 +408,7 @@ print_peer_info (void *cls,
408 GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc); 408 GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc);
409} 409}
410 410
411
411/* ************************* DUMP Hello ************************** */ 412/* ************************* DUMP Hello ************************** */
412 413
413/** 414/**
@@ -858,4 +859,5 @@ main (int argc, char *const *argv)
858 return ret; 859 return ret;
859} 860}
860 861
862
861/* end of gnunet-peerinfo.c */ 863/* end of gnunet-peerinfo.c */