aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-24 19:13:00 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-24 19:13:00 +0100
commitd17a17ea785f91c18b5694eab3372c4e4564d95e (patch)
treea7ee983fb1c0fa5a9210938024357cd9498ee344 /src/transport/plugin_transport_wlan.c
parent5f38569fce2e77afeed58cbd3429c67bf8ab9109 (diff)
downloadgnunet-d17a17ea785f91c18b5694eab3372c4e4564d95e.tar.gz
gnunet-d17a17ea785f91c18b5694eab3372c4e4564d95e.zip
fix pointer indentation
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 d831a7b78..17d72135b 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1923,7 +1923,7 @@ handle_helper_message (void *cls,
1923 mas.session = NULL; 1923 mas.session = NULL;
1924 (void) GNUNET_SERVER_mst_receive (plugin->helper_payload_tokenizer, 1924 (void) GNUNET_SERVER_mst_receive (plugin->helper_payload_tokenizer,
1925 &mas, 1925 &mas,
1926 (const char*) &rxinfo[1], 1926 (const char *) &rxinfo[1],
1927 msize - sizeof(struct 1927 msize - sizeof(struct
1928 GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage), 1928 GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage),
1929 GNUNET_YES, GNUNET_NO); 1929 GNUNET_YES, GNUNET_NO);