aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_getopt_lib.h2
-rw-r--r--src/util/getopt_helpers.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 3008b8146..a22b3f3d3 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -291,7 +291,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
291 * A pointer to this function should be passed as part of the 291 * A pointer to this function should be passed as part of the
292 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 292 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
293 * of this type. It should be followed by a pointer to a value of 293 * of this type. It should be followed by a pointer to a value of
294 * type 'char *'. 294 * type 'char *', which will be allocated with the requested string.
295 * 295 *
296 * @param ctx command line processing context 296 * @param ctx command line processing context
297 * @param scls additional closure (will point to the 'char *', 297 * @param scls additional closure (will point to the 'char *',
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index 1e3b05cb5..5940c3ff9 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -212,7 +212,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
212 * A pointer to this function should be passed as part of the 212 * A pointer to this function should be passed as part of the
213 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 213 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
214 * of this type. It should be followed by a pointer to a value of 214 * of this type. It should be followed by a pointer to a value of
215 * type 'char *'. 215 * type 'char *', which will be allocated with the requested string.
216 * 216 *
217 * @param ctx command line processing context 217 * @param ctx command line processing context
218 * @param scls additional closure (will point to the 'char *', 218 * @param scls additional closure (will point to the 'char *',