aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_portreservation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_portreservation.c')
-rw-r--r--src/testing/test_testing_portreservation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_portreservation.c b/src/testing/test_testing_portreservation.c
index d810ad8cf..df3d8d523 100644
--- a/src/testing/test_testing_portreservation.c
+++ b/src/testing/test_testing_portreservation.c
@@ -80,7 +80,8 @@ end:
80} 80}
81 81
82 82
83int main (int argc, char *argv[]) 83int
84main (int argc, char *argv[])
84{ 85{
85 struct GNUNET_GETOPT_CommandLineOption options[] = { 86 struct GNUNET_GETOPT_CommandLineOption options[] = {
86 GNUNET_GETOPT_OPTION_END 87 GNUNET_GETOPT_OPTION_END
@@ -100,4 +101,5 @@ int main (int argc, char *argv[])
100 return (GNUNET_OK == status) ? 0 : 1; 101 return (GNUNET_OK == status) ? 0 : 1;
101} 102}
102 103
104
103/* end of test_testing_portreservation.c */ 105/* end of test_testing_portreservation.c */