diff options
author | jbj <devnull@localhost> | 1999-10-04 20:18:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-04 20:18:48 +0000 |
commit | be45257fd9ca72ea8d450afe20ea3fc8254f0798 (patch) | |
tree | 0c49d25f8a0914dbacfd80217bfde0af959e3c78 /lib/formats.c | |
parent | cabcec362682a5bd68d5acc2191333cb903a2e4e (diff) | |
download | rpm-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.gz rpm-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.bz2 rpm-be45257fd9ca72ea8d450afe20ea3fc8254f0798.zip |
dumb cpp's want white space around lclint annotations (Tim Mooney).
aix: aix.req broken by cut-and-paste (Tim Mooney).
CVS patchset: 3367
CVS date: 1999/10/04 20:18:48
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formats.c b/lib/formats.c index f88a4889e..daf6c3388 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -154,7 +154,7 @@ static char * depflagsFormat(int_32 type, const void * data, return val; } -static int fsnamesTag(/*@unused@*/Header h, int_32 * type, void ** data, +static int fsnamesTag( /*@unused@*/ Header h, int_32 * type, void ** data, int_32 * count, int * freeData) { const char ** list; |