aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_endian.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 16:42:00 +0000
commit6f8eede98c272b7312ff0e08b182f0a39b2846b9 (patch)
tree4587372a32aec7968f63a734241f8e21eaa89330 /src/util/common_endian.c
parent084348cf917b4c117070f9811d8b9f9786d2d3fc (diff)
downloadgnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.tar.gz
gnunet-6f8eede98c272b7312ff0e08b182f0a39b2846b9.zip
-doxygen fixes
Diffstat (limited to 'src/util/common_endian.c')
-rw-r--r--src/util/common_endian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_endian.c b/src/util/common_endian.c
index 1a2ddd9c1..56aa7b0c4 100644
--- a/src/util/common_endian.c
+++ b/src/util/common_endian.c
@@ -52,7 +52,7 @@ GNUNET_htonll (uint64_t n)
52 52
53/** 53/**
54 * Convert double to network-byte-order. 54 * Convert double to network-byte-order.
55 * @param n the value in network byte order 55 * @param d the value in network byte order
56 * @return the same value in host byte order 56 * @return the same value in host byte order
57 */ 57 */
58double 58double