diff options
author | LRN <lrn1986@gmail.com> | 2013-09-08 17:37:40 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-09-08 17:37:40 +0000 |
commit | 84a8423f925a8b0f974c84997bfe6281d76e1eb5 (patch) | |
tree | 9432eb00aa48b423e832d04e115bbb82d5039adb | |
parent | 8171f4b6fc461182023f2f3ffaa82e52d2561b44 (diff) |
Fix a typo
-rw-r--r-- | src/transport/plugin_transport_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c index 0072905042..75554a0db0 100644 --- a/src/transport/plugin_transport_template.c +++ b/src/transport/plugin_transport_template.c @@ -107,7 +107,7 @@ struct Session }; -#define GNUNET_NETWORK_STRUCT_BEGIN +GNUNET_NETWORK_STRUCT_BEGIN struct TemplateAddress { |