aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-01-06 18:35:37 +0100
committerlurchi <lurchi@strangeplace.net>2018-01-06 18:35:37 +0100
commit1c09b2424150a791b68762140ae40b5f6f95d5f5 (patch)
treef50f6e376b835a7f55a15069c204d27c896492a0 /src/include/gnunet_network_lib.h
parent201a67be13ae31b4eb7fb8ad38b349fe287c0baf (diff)
downloadgnunet-1c09b2424150a791b68762140ae40b5f6f95d5f5.tar.gz
gnunet-1c09b2424150a791b68762140ae40b5f6f95d5f5.zip
fix documentation
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 9e692bbbf..2c344749f 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -53,7 +53,7 @@ struct GNUNET_NETWORK_FDSet
53{ 53{
54 54
55 /** 55 /**
56 * Maximum number of any socket socket descriptor in the set (plus one) 56 * Maximum number of any socket descriptor in the set (plus one)
57 */ 57 */
58 int nsds; 58 int nsds;
59 59