aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 16:35:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 16:35:28 +0000
commit3c907f37c372d0cf35f5cb5f5fc4961a2fd8ef44 (patch)
treea1f50bc5a1ca909af4d0e54f1d70f54d67c3eb77 /src/util/getopt.c
parent5de4d2e77f907cb3d2d734fe1d7eafa943b1d001 (diff)
downloadgnunet-3c907f37c372d0cf35f5cb5f5fc4961a2fd8ef44.tar.gz
gnunet-3c907f37c372d0cf35f5cb5f5fc4961a2fd8ef44.zip
not needed for good style
Diffstat (limited to 'src/util/getopt.c')
-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)