diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-26 01:22:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-26 01:22:30 +0200 |
commit | bc07af2318a771277d325ae8446d349edef97966 (patch) | |
tree | 4bd73bc960b85402d5fc5f919b931f297b7f6883 /src/argparser.c | |
parent | move non-static variables into .h file (diff) | |
download | argparser-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.c | 2 |
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 |