From 3c907f37c372d0cf35f5cb5f5fc4961a2fd8ef44 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 18 Jun 2010 16:35:28 +0000 Subject: [PATCH] not needed for good style --- src/util/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, long_options[count].has_arg = 0; long_options[count].flag = NULL; long_options[count].val = '\0'; - shorts[spos++] = '\0'; + shorts[spos] = '\0'; cont = GNUNET_OK; /* main getopt loop */ while (cont == GNUNET_OK) -- 2.25.1