aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-26 01:58:40 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-26 01:58:40 +0200
commit67304a1a82935d58f8b8f48aa2585d9504363aac (patch)
tree73a3f1308040f78a37a2e76f806ac22be388cd49 /src/argparser.h
parentm functio rename (diff)
downloadargparser-67304a1a82935d58f8b8f48aa2585d9504363aac.tar.gz
argparser-67304a1a82935d58f8b8f48aa2585d9504363aac.tar.bz2
argparser-67304a1a82935d58f8b8f48aa2585d9504363aac.tar.xz
implement map
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/argparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argparser.h b/src/argparser.h
index 72f2265..4fc158c 100644
--- a/src/argparser.h
+++ b/src/argparser.h
@@ -75,7 +75,7 @@ typedef struct
long key_count;
/**
- * Indefinite depth array with 17 elements per level, the last being the value at the position
+ * Indefinite depth array with 16 or 17 elements per level, the last being the value at the position. The first level has 17 elements and the levels alternates between 16 and 17 elements.
*/
void** data;