aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_stun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_stun.c')
-rw-r--r--src/nat/test_stun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_stun.c b/src/nat/test_stun.c
index 41e962ea0..a41734af1 100644
--- a/src/nat/test_stun.c
+++ b/src/nat/test_stun.c
@@ -35,7 +35,6 @@
35#include "gnunet_nat_lib.h" 35#include "gnunet_nat_lib.h"
36 36
37 37
38
39#define LOG(kind, ...) GNUNET_log_from (kind, "test-stun", __VA_ARGS__) 38#define LOG(kind, ...) GNUNET_log_from (kind, "test-stun", __VA_ARGS__)
40 39
41/** 40/**
@@ -310,4 +309,5 @@ main (int argc, char *const argv[])
310 return ret; 309 return ret;
311} 310}
312 311
312
313/* end of test_stun.c */ 313/* end of test_stun.c */