aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 20:23:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 20:23:03 +0000
commit917577b90b38e848b8c62d10478ce4b65de04244 (patch)
tree3bb55125046d5c7499778acd346f21a1f965cbef /src/include/gnunet_my_lib.h
parent3140154d46212e08e0d73ed891a66213a6813075 (diff)
downloadgnunet-917577b90b38e848b8c62d10478ce4b65de04244.tar.gz
gnunet-917577b90b38e848b8c62d10478ce4b65de04244.zip
-housekeeping
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 6ecff67a0..88b527e20 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -259,7 +259,7 @@ struct GNUNET_MY_ResultSpec
259 * 259 *
260 * @return array last entry for the result specification to use 260 * @return array last entry for the result specification to use
261 */ 261 */
262#define GNUNET_MY_result_spec_end { NULL, NULL, NULL, 0, NULL, 0 } 262#define GNUNET_MY_result_spec_end { NULL, NULL, NULL, 0, NULL, 0, 0 }
263 263
264 264
265 265