diff options
author | jbj <devnull@localhost> | 2001-09-21 15:07:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-21 15:07:11 +0000 |
commit | 1eef0782f60f9d8d80be273ace982ad4c2a56d98 (patch) | |
tree | ca6f47772d1cfa3b9900cf93ae515f1c5a31a4cd /rpmqv.c | |
parent | 59a045374df64f3bc62eb200f7d11338ea2787a8 (diff) | |
download | rpm-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.gz |
- lclint-3.0.0.15 fiddles.
CVS patchset: 5067
CVS date: 2001/09/21 15:07:11
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -240,7 +240,7 @@ static void printUsage(void) (void) puts(""); fprintf(fp, _("Usage: %s {--help}\n"), __progname); - fprintf(fp, (" %s {--version}\n"), __progname); + fprintf(fp, " %s {--version}\n" , __progname); #ifdef IAM_RPMEIU #ifdef DYING @@ -1041,9 +1041,11 @@ int main(int argc, const char ** argv) ia->relocations[ia->numRelocations].newPath = NULL; } + /*@-compdef@*/ /* FIX: ia->relocations[0].newPath undefined */ ec += rpmInstall(rootdir, (const char **)poptGetArgs(optCon), ia->transFlags, ia->installInterfaceFlags, ia->probFilter, ia->relocations); + /*@=compdef@*/ break; case MODE_ROLLBACK: |