diff options
author | jbj <devnull@localhost> | 2001-10-15 17:53:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-15 17:53:34 +0000 |
commit | 72471f2e54686202a9862a3fd3bd6d0135d81d2a (patch) | |
tree | 3625a73d9ef73f4f29df80fe98fb6133041cb4bc /popt/popthelp.c | |
parent | 3f462f318fd2f602fddb1a95e5d652e67aafa49e (diff) | |
download | librpm-tizen-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.gz librpm-tizen-72471f2e54686202a9862a3fd3bd6d0135d81d2a.tar.bz2 librpm-tizen-72471f2e54686202a9862a3fd3bd6d0135d81d2a.zip |
Explicit branchstate annotations.
CVS patchset: 5113
CVS date: 2001/10/15 17:53:34
Diffstat (limited to 'popt/popthelp.c')
-rw-r--r-- | popt/popthelp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/popt/popthelp.c b/popt/popthelp.c index 7e223548d..853f5299a 100644 --- a/popt/popthelp.c +++ b/popt/popthelp.c @@ -220,6 +220,7 @@ static void singleOptionHelp(FILE * fp, int maxLeftCol, *le++ = '['; /* Choose type of output */ + /*@-branchstate@*/ if (opt->argInfo & POPT_ARGFLAG_SHOW_DEFAULT) { defs = singleOptionDefaultValue(lineLength, opt, translation_domain); if (defs) { @@ -238,6 +239,7 @@ static void singleOptionHelp(FILE * fp, int maxLeftCol, defs = t; } } + /*@=branchstate@*/ if (opt->argDescrip == NULL) { switch (opt->argInfo & POPT_ARG_MASK) { |