From: Christian Grothoff Date: Thu, 26 Jan 2012 13:10:13 +0000 (+0000) Subject: -clarify X-Git-Tag: initial-import-from-subversion-38251~15077 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec8c11ab4c431c70dccd01d66fc1a2b90a929332;p=oweals%2Fgnunet.git -clarify --- diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 5ac44c2f2..60389bd71 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -739,7 +739,7 @@ hexdump (const void *mem, unsigned length) else t += sprintf (t, " "); - t += sprintf (t, j % 2 ? " " : "-"); + t += sprintf (t, (j % 2) ? " " : "-"); } t += sprintf (t, " ");