aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r--src/transport/plugin_transport_wlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index 2f811809f..d03bacd82 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -40,7 +40,7 @@ struct MacAddress
40struct Wlan_Helper_Control_Message 40struct Wlan_Helper_Control_Message
41{ 41{
42 struct GNUNET_MessageHeader hdr; 42 struct GNUNET_MessageHeader hdr;
43 struct MacAddress mac ; 43 struct MacAddress mac;
44}; 44};
45 45
46 46