summaryrefslogtreecommitdiff
path: root/build/parsePreamble.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-21 18:40:56 +0000
committerjbj <devnull@localhost>2004-10-21 18:40:56 +0000
commitb7f251ae164590335bfca52c9dfce56a9e9c6512 (patch)
treecf49b6c2517eaa5ffe542ed2073af361e7dc4018 /build/parsePreamble.c
parent2083dadd4c6e57010bb703da6699ebfd0bda85be (diff)
downloadlibrpm-tizen-b7f251ae164590335bfca52c9dfce56a9e9c6512.tar.gz
librpm-tizen-b7f251ae164590335bfca52c9dfce56a9e9c6512.tar.bz2
librpm-tizen-b7f251ae164590335bfca52c9dfce56a9e9c6512.zip
- port to internal file-4.10 libmagic rather than libfmagic.
CVS patchset: 7500 CVS date: 2004/10/21 18:40:56
Diffstat (limited to 'build/parsePreamble.c')
-rw-r--r--build/parsePreamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c
index 00ca9c6b0..b4ff9c683 100644
--- a/build/parsePreamble.c
+++ b/build/parsePreamble.c
@@ -780,7 +780,7 @@ static struct PreambleRec_s preambleList[] = {
{RPMTAG_RHNPLATFORM, 0, 0, 1, "rhnplatform"},
{RPMTAG_DISTTAG, 0, 0, 0, "disttag"},
/*@-nullassign@*/ /* LCL: can't add null annotation */
- {0, 0, 0, 0}
+ {0, 0, 0, 0, 0}
/*@=nullassign@*/
};