aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt.c b/src/util/getopt.c
index 60673af08..e525525d7 100644
--- a/src/util/getopt.c
+++ b/src/util/getopt.c
@@ -1023,7 +1023,7 @@ GNUNET_GETOPT_run (const char *binaryOptions,
1023 long_options[count].has_arg = 0; 1023 long_options[count].has_arg = 0;
1024 long_options[count].flag = NULL; 1024 long_options[count].flag = NULL;
1025 long_options[count].val = '\0'; 1025 long_options[count].val = '\0';
1026 shorts[spos++] = '\0'; 1026 shorts[spos] = '\0';
1027 cont = GNUNET_OK; 1027 cont = GNUNET_OK;
1028 /* main getopt loop */ 1028 /* main getopt loop */
1029 while (cont == GNUNET_OK) 1029 while (cont == GNUNET_OK)