summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2004-10-20 10:19:34 +0000
committerjbj <jbj>2004-10-20 10:19:34 +0000
commit6bcddede91e0b3b1714dea954ae1a33a23379b75 (patch)
treee2bc16c6241d908f76056d713e009ae32ac869b9
parentac83451cfbc203737b56e48ce00b6536a697472b (diff)
downloadlibpopt-6bcddede91e0b3b1714dea954ae1a33a23379b75.tar.gz
Doxygen fiddles.
-rw-r--r--popt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt.h b/popt.h
index 3eac333..9872a5e 100644
--- a/popt.h
+++ b/popt.h
@@ -131,7 +131,7 @@ struct poptOption {
struct poptAlias {
/*@owned@*/ /*@null@*/
const char * longName; /*!< may be NULL */
- char shortName; /*!< may be '\0' */
+ char shortName; /*!< may be NUL */
int argc;
/*@owned@*/
const char ** argv; /*!< must be free()able */