[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/02: typos
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/02: typos |
Date: |
Sun, 06 May 2018 21:16:48 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit 99cddd6954061f16571adb90fcf9f5dddf159f4e
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 6 21:06:00 2018 +0200
typos
---
src/dht/gnunet_dht_profiler.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 12e99f65d..bc75b67f5 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -360,11 +360,11 @@ bandwidth_stats_cont (void *cls,
const char *emsg)
{
MESSAGE ("# Outgoing bandwidth: %llu\n",
- (unsigned long long) outgoing_bandwidth);
+ (unsigned long long) outgoing_bandwidth);
MESSAGE ("# Incoming bandwidth: %llu\n",
- (unsigned long long) incoming_bandwidth);
+ (unsigned long long) incoming_bandwidth);
fprintf (stderr,
- "Benchmark done. Collect data via gnunet-statisics, then press
ENTER to exit.\n");
+ "Benchmark done. Collect data via gnunet-statistics, then press
ENTER to exit.\n");
getchar ();
GNUNET_SCHEDULER_shutdown ();
}
--
To stop receiving notification emails like this one, please contact
address@hidden