diff options
author | jbj <devnull@localhost> | 2004-10-20 10:31:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-20 10:31:47 +0000 |
commit | 5e872f35ed574ec549155fd8a56828aed59aedfb (patch) | |
tree | 42d4e57aa454ff36a8006546bf07f4c07c6268c8 /popt | |
parent | 8faa61c020369ecf850a823a505b946485fa1bea (diff) | |
download | rpm-5e872f35ed574ec549155fd8a56828aed59aedfb.tar.gz rpm-5e872f35ed574ec549155fd8a56828aed59aedfb.tar.bz2 rpm-5e872f35ed574ec549155fd8a56828aed59aedfb.zip |
Add lua to doxygen.
CVS patchset: 7496
CVS date: 2004/10/20 10:31:47
Diffstat (limited to 'popt')
-rw-r--r-- | popt/popt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/popt.h b/popt/popt.h index 9872a5e77..663fd3bef 100644 --- a/popt/popt.h +++ b/popt/popt.h @@ -114,7 +114,7 @@ struct poptOption { /*@observer@*/ /*@null@*/ const char * longName; /*!< may be NULL */ - char shortName; /*!< may be '\0' */ + char shortName; /*!< may be NUL */ int argInfo; /*@shared@*/ /*@null@*/ void * arg; /*!< depends on argInfo */ |