summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/popt.h b/popt.h
index 9d1a02b..bbea7d3 100644
--- a/popt.h
+++ b/popt.h
@@ -486,7 +486,7 @@ void poptSetExecPath(poptContext con, const char * path, int allowAbsolute)
*/
void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
/*@globals fileSystem @*/
- /*@modifies *fp, fileSystem @*/;
+ /*@modifies fp, fileSystem @*/;
/** \ingroup popt
* Print terse description of options.
@@ -496,7 +496,7 @@ void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
*/
void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)
/*@globals fileSystem @*/
- /*@modifies *fp, fileSystem @*/;
+ /*@modifies fp, fileSystem @*/;
/** \ingroup popt
* Provide text to replace default "[OPTION...]" in help/usage output.