diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-12-07 12:42:00 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-12-07 12:42:00 +0000 |
commit | a9d4cb8397cf2a981ccecdc01d1ec380b41e858e (patch) | |
tree | 731ad409c4beaf5b065463f9cc8a52bc3bf7e42e /src/include/gnunet_getopt_lib.h | |
parent | 9841c17b222007ffa3b8ebc72255c80139e76709 (diff) |
fixed docu
Diffstat (limited to 'src/include/gnunet_getopt_lib.h')
-rw-r--r-- | src/include/gnunet_getopt_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h index 2f4f4c32ba..4b1873c6ec 100644 --- a/src/include/gnunet_getopt_lib.h +++ b/src/include/gnunet_getopt_lib.h @@ -232,7 +232,7 @@ GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, /** - * Set an option of type 'unsigned long long' from the command line. + * Set an option of type 'unsigned int' from the command line. * A pointer to this function should be passed as part of the * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options * of this type. It should be followed by a pointer to a value of |