aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_peerstartup2.c')
-rw-r--r--src/testing/test_testing_peerstartup2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_peerstartup2.c b/src/testing/test_testing_peerstartup2.c
index 316a55951..26948b7c5 100644
--- a/src/testing/test_testing_peerstartup2.c
+++ b/src/testing/test_testing_peerstartup2.c
@@ -201,7 +201,8 @@ end:
201} 201}
202 202
203 203
204int main (int argc, char *argv[]) 204int
205main (int argc, char *argv[])
205{ 206{
206 struct GNUNET_GETOPT_CommandLineOption options[] = { 207 struct GNUNET_GETOPT_CommandLineOption options[] = {
207 GNUNET_GETOPT_OPTION_END 208 GNUNET_GETOPT_OPTION_END
@@ -217,4 +218,5 @@ int main (int argc, char *argv[])
217 return (GNUNET_OK == status) ? 0 : 1; 218 return (GNUNET_OK == status) ? 0 : 1;
218} 219}
219 220
221
220/* end of test_testing_peerstartup.c */ 222/* end of test_testing_peerstartup.c */