aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_time.c')
-rw-r--r--src/util/test_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_time.c b/src/util/test_time.c
index cffa41de9..59917793c 100644
--- a/src/util/test_time.c
+++ b/src/util/test_time.c
@@ -133,7 +133,7 @@ main (int argc, char *argv[])
133 GNUNET_assert (GNUNET_TIME_UNIT_FOREVER_REL.rel_value_us == 133 GNUNET_assert (GNUNET_TIME_UNIT_FOREVER_REL.rel_value_us ==
134 GNUNET_TIME_absolute_get_remaining (forever).rel_value_us); 134 GNUNET_TIME_absolute_get_remaining (forever).rel_value_us);
135 135
136 /* check endianess */ 136 /* check endianness */
137 reln = GNUNET_TIME_relative_hton (rel); 137 reln = GNUNET_TIME_relative_hton (rel);
138 GNUNET_assert (rel.rel_value_us == GNUNET_TIME_relative_ntoh ( 138 GNUNET_assert (rel.rel_value_us == GNUNET_TIME_relative_ntoh (
139 reln).rel_value_us); 139 reln).rel_value_us);