aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/test_psycstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore/test_psycstore.c')
-rw-r--r--src/psycstore/test_psycstore.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/psycstore/test_psycstore.c b/src/psycstore/test_psycstore.c
index b0ae3b924..266ee5c1d 100644
--- a/src/psycstore/test_psycstore.c
+++ b/src/psycstore/test_psycstore.c
@@ -113,10 +113,9 @@ cleanup ()
113 * Terminate the testcase (failure). 113 * Terminate the testcase (failure).
114 * 114 *
115 * @param cls NULL 115 * @param cls NULL
116 * @param tc scheduler context
117 */ 116 */
118static void 117static void
119end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 118end_badly (void *cls)
120{ 119{
121 res = 1; 120 res = 1;
122 cleanup (); 121 cleanup ();
@@ -127,10 +126,9 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
127 * Terminate the testcase (success). 126 * Terminate the testcase (success).
128 * 127 *
129 * @param cls NULL 128 * @param cls NULL
130 * @param tc scheduler context
131 */ 129 */
132static void 130static void
133end_normally (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 131end_normally (void *cls)
134{ 132{
135 res = 0; 133 res = 0;
136 cleanup (); 134 cleanup ();