diff options
author | jbj <devnull@localhost> | 2004-10-21 18:40:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-21 18:40:56 +0000 |
commit | b7f251ae164590335bfca52c9dfce56a9e9c6512 (patch) | |
tree | cf49b6c2517eaa5ffe542ed2073af361e7dc4018 /build/parsePreamble.c | |
parent | 2083dadd4c6e57010bb703da6699ebfd0bda85be (diff) | |
download | librpm-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.c | 2 |
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@*/ }; |