aboutsummaryrefslogtreecommitdiffstats
path: root/src/argparser.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-26 01:22:30 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-26 01:22:30 +0200
commitbc07af2318a771277d325ae8446d349edef97966 (patch)
tree4bd73bc960b85402d5fc5f919b931f297b7f6883 /src/argparser.c
parentmove non-static variables into .h file (diff)
downloadargparser-bc07af2318a771277d325ae8446d349edef97966.tar.gz
argparser-bc07af2318a771277d325ae8446d349edef97966.tar.bz2
argparser-bc07af2318a771277d325ae8446d349edef97966.tar.xz
m + add non-static prototypes to .h file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/argparser.c')
-rw-r--r--src/argparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argparser.c b/src/argparser.c
index 313c267..4df594b 100644
--- a/src/argparser.c
+++ b/src/argparser.c
@@ -84,7 +84,7 @@ static args_Map args_opts;
/**
- * Constructor.
+ * Initialiser.
* The short description is printed on same line as the program name
*
* @param description Short, single-line, description of the program