summaryrefslogtreecommitdiff
path: root/src/nse/test_nse_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/test_nse_api.c')
-rw-r--r--src/nse/test_nse_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/test_nse_api.c b/src/nse/test_nse_api.c
index e427e393b..67ca17127 100644
--- a/src/nse/test_nse_api.c
+++ b/src/nse/test_nse_api.c
@@ -63,7 +63,7 @@ check_nse_message (void *cls, struct GNUNET_TIME_Absolute timestamp,
63{ 63{
64 int *ok = cls; 64 int *ok = cls;
65 65
66 FPRINTF (stderr, 66 fprintf (stderr,
67 "Received NSE message, estimate %f, standard deviation %f.\n", 67 "Received NSE message, estimate %f, standard deviation %f.\n",
68 estimate, std_dev); 68 estimate, std_dev);
69 /* Fantastic check below. Expect NaN, the only thing not equal to itself. */ 69 /* Fantastic check below. Expect NaN, the only thing not equal to itself. */