aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_peerstartup.c')
-rw-r--r--src/testing/test_testing_peerstartup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_peerstartup.c b/src/testing/test_testing_peerstartup.c
index cfc79e618..4e21fedc9 100644
--- a/src/testing/test_testing_peerstartup.c
+++ b/src/testing/test_testing_peerstartup.c
@@ -122,7 +122,8 @@ end:
122} 122}
123 123
124 124
125int main (int argc, char *argv[]) 125int
126main (int argc, char *argv[])
126{ 127{
127 struct GNUNET_GETOPT_CommandLineOption options[] = { 128 struct GNUNET_GETOPT_CommandLineOption options[] = {
128 GNUNET_GETOPT_OPTION_END 129 GNUNET_GETOPT_OPTION_END
@@ -138,4 +139,5 @@ int main (int argc, char *argv[])
138 return (GNUNET_OK == status) ? 0 : 1; 139 return (GNUNET_OK == status) ? 0 : 1;
139} 140}
140 141
142
141/* end of test_testing_peerstartup.c */ 143/* end of test_testing_peerstartup.c */