aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index e928cf660..c5eb58361 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2011-2014, 2016 GNUnet e.V. 3 Copyright (C) 2011-2014, 2016, 2017 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -194,7 +194,7 @@ struct TestContext
194 /** 194 /**
195 * Task identifier for the timeout. 195 * Task identifier for the timeout.
196 */ 196 */
197 struct GNUNET_SCHEDULER_Task * tsk; 197 struct GNUNET_SCHEDULER_Task *tsk;
198 198
199 /** 199 /**
200 * Name of plugin under test. 200 * Name of plugin under test.