summaryrefslogtreecommitdiff
path: root/build/parseFiles.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1998-11-16 21:40:28 +0000
committerjbj <devnull@localhost>1998-11-16 21:40:28 +0000
commit28c4ae83a312a54cbe0faa2827ca6a3f9106b4a9 (patch)
treeb73dd13f60ab5e3904f93cd76622c4f5f61ad6f1 /build/parseFiles.c
parentbed2bf89c9cc52f655900413d32eb8a5bdcb810c (diff)
downloadlibrpm-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.c2
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);