aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-20 14:48:23 +0000
committerng0 <ng0@infotropique.org>2017-10-20 14:48:23 +0000
commitb4521b1b666a681b9a664d7e5f4c54eab85faf29 (patch)
treea75655fc1e313e1defc6b051caecbb7b40608501 /doc
parenteb75dd7cae216e99505772a9b32ffca596924819 (diff)
downloadgnunet-b4521b1b666a681b9a664d7e5f4c54eab85faf29.tar.gz
gnunet-b4521b1b666a681b9a664d7e5f4c54eab85faf29.zip
tutorial-examples/003.c : shorten the line length.
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial-examples/003.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tutorial-examples/003.c b/doc/tutorial-examples/003.c
index f1105a070..d158d7e75 100644
--- a/doc/tutorial-examples/003.c
+++ b/doc/tutorial-examples/003.c
@@ -4,4 +4,8 @@ struct GNUNET_MQ_MessageHandlers handlers[] = {
4}; 4};
5struct GNUNET_MQ_Handle *mq; 5struct GNUNET_MQ_Handle *mq;
6 6
7mq = GNUNET_CLIENT_connect (cfg, "service-name", handlers, &error_cb, NULL); 7mq = GNUNET_CLIENT_connect (cfg,
8 "service-name",
9 handlers,
10 &error_cb,
11 NULL);