diff options
author | jbj <devnull@localhost> | 1999-10-04 19:40:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-04 19:40:03 +0000 |
commit | cabcec362682a5bd68d5acc2191333cb903a2e4e (patch) | |
tree | 5f0d997e93e252f38bacceac68d9c223bb237b29 /build/spec.c | |
parent | 767f75648fb05790ddb3200cba8ddf730a136dd2 (diff) | |
download | librpm-tizen-cabcec362682a5bd68d5acc2191333cb903a2e4e.tar.gz librpm-tizen-cabcec362682a5bd68d5acc2191333cb903a2e4e.tar.bz2 librpm-tizen-cabcec362682a5bd68d5acc2191333cb903a2e4e.zip |
lclint annotations from build.
CVS patchset: 3366
CVS date: 1999/10/04 19:40:03
Diffstat (limited to 'build/spec.c')
-rw-r--r-- | build/spec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/spec.c b/build/spec.c index b511db682..6acc9e45a 100644 --- a/build/spec.c +++ b/build/spec.c @@ -354,7 +354,7 @@ static inline struct speclines * newSl(void) return sl; } -static inline void freeSl(struct speclines *sl) +static inline void freeSl(/*@only@*/struct speclines *sl) { int i; if (sl == NULL) @@ -377,7 +377,7 @@ static inline struct spectags * newSt(void) return st; } -static inline void freeSt(struct spectags *st) +static inline void freeSt(/*@only@*/struct spectags *st) { int i; if (st == NULL) |