aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-01 08:53:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-01 08:53:19 +0000
commit18cfb2152564651d88f00ed7792b3549362da68a (patch)
treebc10815c50ce72ef522c433145f035a01400a0a9 /src/transport/plugin_transport_wlan.h
parent64113c89817a0a4b885da241f1445fee977d1718 (diff)
downloadgnunet-18cfb2152564651d88f00ed7792b3549362da68a.tar.gz
gnunet-18cfb2152564651d88f00ed7792b3549362da68a.zip
fixes
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