From 0ac8c44f3f6c6e0a0c0537a65e3a80b959f33531 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Jun 2013 14:01:43 +0000 Subject: -clarifying tutorial --- doc/gnunet-c-tutorial.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex index 86d68b84b..70981b138 100644 --- a/doc/gnunet-c-tutorial.tex +++ b/doc/gnunet-c-tutorial.tex @@ -711,7 +711,7 @@ static size_t transmit_cb (void *cls, size_t size, void *buf) { // ... - if (NULL == buf) { handle_error(); return 0; } + if (NULL == buf) { /* handle error here */; return 0; } GNUNET_assert (size >= msg_size); memcpy (buf, my_msg, msg_size); // ... -- cgit v1.2.3