aboutsummaryrefslogtreecommitdiff
path: root/src/hello/address.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-07 11:54:25 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-07 11:54:25 +0000
commit4855e879c0203915789e4e49f6b6a658150a6626 (patch)
tree1fb99459ad48cb01f117fd3f2f35fa99e5f84110 /src/hello/address.c
parent1617fd1db3329d1b8c2db59f6fd8cd04f955a31f (diff)
downloadgnunet-4855e879c0203915789e4e49f6b6a658150a6626.tar.gz
gnunet-4855e879c0203915789e4e49f6b6a658150a6626.zip
-typo
Diffstat (limited to 'src/hello/address.c')
-rw-r--r--src/hello/address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/address.c b/src/hello/address.c
index 9ca1641a5..8964d2913 100644
--- a/src/hello/address.c
+++ b/src/hello/address.c
@@ -143,7 +143,7 @@ GNUNET_HELLO_address_cmp (const struct GNUNET_HELLO_Address *a1,
143 if (0 != ret) 143 if (0 != ret)
144 return ret; 144 return ret;
145 if (a1->local_info != a2->local_info) 145 if (a1->local_info != a2->local_info)
146 return (((int) a1->local_info) < ((int) a2->local_info)) -1 : 1; 146 return (((int) a1->local_info) < ((int) a2->local_info)) ? -1 : 1;
147 if (a1->address_length < a2->address_length) 147 if (a1->address_length < a2->address_length)
148 return -1; 148 return -1;
149 if (a1->address_length > a2->address_length) 149 if (a1->address_length > a2->address_length)