[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11814 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11814 - gnunet/src/util |
Date: |
Fri, 18 Jun 2010 18:35:28 +0200 |
Author: grothoff
Date: 2010-06-18 18:35:28 +0200 (Fri, 18 Jun 2010)
New Revision: 11814
Modified:
gnunet/src/util/getopt.c
Log:
not needed for good style
Modified: gnunet/src/util/getopt.c
===================================================================
--- gnunet/src/util/getopt.c 2010-06-18 16:12:04 UTC (rev 11813)
+++ gnunet/src/util/getopt.c 2010-06-18 16:35:28 UTC (rev 11814)
@@ -1023,7 +1023,7 @@
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11814 - gnunet/src/util,
gnunet <=