From ec8c11ab4c431c70dccd01d66fc1a2b90a929332 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Jan 2012 13:10:13 +0000 Subject: [PATCH] -clarify --- src/transport/plugin_transport_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, " "); -- 2.25.1