diff options
Diffstat (limited to 'src/transport/gnunet-transport.c')
-rw-r--r-- | src/transport/gnunet-transport.c | 4 |
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 @@ /* This file is part of GNUnet. - Copyright (C) 2011-2014, 2016 GNUnet e.V. + Copyright (C) 2011-2014, 2016, 2017 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -194,7 +194,7 @@ struct TestContext /** * Task identifier for the timeout. */ - struct GNUNET_SCHEDULER_Task * tsk; + struct GNUNET_SCHEDULER_Task *tsk; /** * Name of plugin under test. |