aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 15d52ec60..018411d1e 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -217,7 +217,7 @@ struct GNUNET_CLIENT_Connection
217 217
218 /** 218 /**
219 * Are we currently busy doing receive-processing? 219 * Are we currently busy doing receive-processing?
220 * GNUNET_YES if so, GNUNET_NO if not. 220 * #GNUNET_YES if so, #GNUNET_NO if not.
221 */ 221 */
222 int in_receive; 222 int in_receive;
223 223