aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-27 09:07:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-27 09:07:42 +0000
commit3987e36bc0a7e14336bda1494c723fdd08d8bd8a (patch)
tree8fa81b692d4c4ebb3d0398c9b3af5ffccda8361d /src/util
parent62c64f683cce5f7521a9a49e6a1055b22da82091 (diff)
downloadgnunet-3987e36bc0a7e14336bda1494c723fdd08d8bd8a.tar.gz
gnunet-3987e36bc0a7e14336bda1494c723fdd08d8bd8a.zip
doxygen
Diffstat (limited to 'src/util')
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index d74f6ec9f..c0646c302 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -168,7 +168,7 @@ GNUNET_GETOPT_format_help_ (struct GNUNET_GETOPT_CommandLineProcessorContext
168int 168int
169GNUNET_GETOPT_increment_value (struct 169GNUNET_GETOPT_increment_value (struct
170 GNUNET_GETOPT_CommandLineProcessorContext *ctx, 170 GNUNET_GETOPT_CommandLineProcessorContext *ctx,
171 void *scls, const char *cmdLineOption, 171 void *scls, const char *option,
172 const char *value) 172 const char *value)
173{ 173{
174 int *val = scls; 174 int *val = scls;