aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-26 13:10:13 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-26 13:10:13 +0000
commitec8c11ab4c431c70dccd01d66fc1a2b90a929332 (patch)
treef9cb791eaacfd00b93def373c52532f2347626d1 /src/transport/plugin_transport_wlan.c
parentc0e5b1969a4ad005612e296ff771979bda44c5ca (diff)
downloadgnunet-ec8c11ab4c431c70dccd01d66fc1a2b90a929332.tar.gz
gnunet-ec8c11ab4c431c70dccd01d66fc1a2b90a929332.zip
-clarify
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c2
1 files changed, 1 insertions, 1 deletions
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)
739 else 739 else
740 t += sprintf (t, " "); 740 t += sprintf (t, " ");
741 741
742 t += sprintf (t, j % 2 ? " " : "-"); 742 t += sprintf (t, (j % 2) ? " " : "-");
743 } 743 }
744 744
745 t += sprintf (t, " "); 745 t += sprintf (t, " ");