From e6399b66a62835b4bd5971d96d958ce5c599218c Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 28 Jul 2011 17:52:31 +0000 Subject: blergh --- src/nse/nse-profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nse/nse-profiler.c b/src/nse/nse-profiler.c index fe3261b85..91b260f4c 100644 --- a/src/nse/nse-profiler.c +++ b/src/nse/nse-profiler.c @@ -343,7 +343,7 @@ static void get_statistics (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { - struct StatsContext *stats_context = cls; + struct StatsContext *stats_context = (struct StatsContext *)cls; GNUNET_TESTING_get_statistics(pg, &stats_finished_callback, -- cgit v1.2.3