diff options
author | jbj <devnull@localhost> | 1998-11-16 21:40:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-11-16 21:40:28 +0000 |
commit | 28c4ae83a312a54cbe0faa2827ca6a3f9106b4a9 (patch) | |
tree | b73dd13f60ab5e3904f93cd76622c4f5f61ad6f1 /build/parseFiles.c | |
parent | bed2bf89c9cc52f655900413d32eb8a5bdcb810c (diff) | |
download | librpm-tizen-28c4ae83a312a54cbe0faa2827ca6a3f9106b4a9.tar.gz librpm-tizen-28c4ae83a312a54cbe0faa2827ca6a3f9106b4a9.tar.bz2 librpm-tizen-28c4ae83a312a54cbe0faa2827ca6a3f9106b4a9.zip |
LCLINT pass 0.
CVS patchset: 2540
CVS date: 1998/11/16 21:40:28
Diffstat (limited to 'build/parseFiles.c')
-rw-r--r-- | build/parseFiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parseFiles.c b/build/parseFiles.c index ecfbb9d85..fcbe6eb9e 100644 --- a/build/parseFiles.c +++ b/build/parseFiles.c @@ -70,7 +70,7 @@ int parseFiles(Spec spec) return RPMERR_BADSPEC; } - if (pkg->fileList) { + if (pkg->fileList != NULL) { rpmError(RPMERR_BADSPEC, _("line %d: Second %%files list"), spec->lineNum); FREE(argv); |