aboutsummaryrefslogtreecommitdiff
path: root/src/hello/test_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/test_hello.c')
-rw-r--r--src/hello/test_hello.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c
index c6e840472..b6a9dc681 100644
--- a/src/hello/test_hello.c
+++ b/src/hello/test_hello.c
@@ -84,10 +84,10 @@ remove_some (void *cls,
84#endif 84#endif
85 GNUNET_assert (addrlen > 0); 85 GNUNET_assert (addrlen > 0);
86 if (*i & (1 << (addrlen - 1))) 86 if (*i & (1 << (addrlen - 1)))
87 { 87 {
88 *i -= (1 << (addrlen - 1)); 88 *i -= (1 << (addrlen - 1));
89 return GNUNET_NO; 89 return GNUNET_NO;
90 } 90 }
91 return GNUNET_OK; 91 return GNUNET_OK;
92} 92}
93 93