aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-09-08 17:37:40 +0000
committerLRN <lrn1986@gmail.com>2013-09-08 17:37:40 +0000
commit84a8423f925a8b0f974c84997bfe6281d76e1eb5 (patch)
tree9432eb00aa48b423e832d04e115bbb82d5039adb /src/transport/plugin_transport_template.c
parent8171f4b6fc461182023f2f3ffaa82e52d2561b44 (diff)
downloadgnunet-84a8423f925a8b0f974c84997bfe6281d76e1eb5.tar.gz
gnunet-84a8423f925a8b0f974c84997bfe6281d76e1eb5.zip
Fix a typo
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index 007290504..75554a0db 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -107,7 +107,7 @@ struct Session
107 107
108}; 108};
109 109
110#define GNUNET_NETWORK_STRUCT_BEGIN 110GNUNET_NETWORK_STRUCT_BEGIN
111 111
112struct TemplateAddress 112struct TemplateAddress
113{ 113{