summaryrefslogtreecommitdiffstats
path: root/src/handshake.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-06-09 19:13:03 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-06-09 19:13:03 +0200
commit7c83e00af12bce93de0f0170c38f2734188e9449 (patch)
tree3ce885f371ff282083d7371bdd99dced642ce900 /src/handshake.c
parent685b55ee5b0a8a5caea3b33049f71158fc0826cc (diff)
downloadfastd-7c83e00af12bce93de0f0170c38f2734188e9449.tar
fastd-7c83e00af12bce93de0f0170c38f2734188e9449.zip
Fix some whitespace errors
Diffstat (limited to 'src/handshake.c')
-rw-r--r--src/handshake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake.c b/src/handshake.c
index 064cabf..240e24a 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -94,7 +94,7 @@ fastd_buffer_t fastd_handshake_new_init(fastd_context_t *ctx, size_t tail_space)
fastd_buffer_t buffer = fastd_buffer_alloc(ctx, sizeof(fastd_packet_t), 0,
2*5 + /* handshake type, mode */
- 6 + /* MTU */
+ 6 + /* MTU */
4+version_len + /* version name */
4+protocol_len + /* protocol name */
4+method_len + /* method name */