aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/gnunet_dht_profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 75ca2a3aa..5e22ca60f 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -346,7 +346,7 @@ bandwidth_stats_cont (void *cls,
346 (unsigned long long) incoming_bandwidth); 346 (unsigned long long) incoming_bandwidth);
347 fprintf (stderr, 347 fprintf (stderr,
348 "Benchmark done. Collect data via gnunet-statistics, then press ENTER to exit.\n"); 348 "Benchmark done. Collect data via gnunet-statistics, then press ENTER to exit.\n");
349 getchar (); 349 (void) getchar ();
350 GNUNET_SCHEDULER_shutdown (); 350 GNUNET_SCHEDULER_shutdown ();
351} 351}
352 352