aboutsummaryrefslogtreecommitdiff
path: root/src/identity/test_identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/test_identity.c')
-rw-r--r--src/identity/test_identity.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/identity/test_identity.c b/src/identity/test_identity.c
index 12d182c65..6eaa86e91 100644
--- a/src/identity/test_identity.c
+++ b/src/identity/test_identity.c
@@ -77,10 +77,9 @@ cleanup ()
77 * Termiante the testcase (failure). 77 * Termiante the testcase (failure).
78 * 78 *
79 * @param cls NULL 79 * @param cls NULL
80 * @param tc scheduler context
81 */ 80 */
82static void 81static void
83endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 82endbadly (void *cls)
84{ 83{
85 cleanup (); 84 cleanup ();
86 res = 1; 85 res = 1;
@@ -91,10 +90,9 @@ endbadly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
91 * Termiante the testcase (success). 90 * Termiante the testcase (success).
92 * 91 *
93 * @param cls NULL 92 * @param cls NULL
94 * @param tc scheduler context
95 */ 93 */
96static void 94static void
97end_normally (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 95end_normally (void *cls)
98{ 96{
99 cleanup (); 97 cleanup ();
100 res = 0; 98 res = 0;