summaryrefslogtreecommitdiff
path: root/build/misc.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-21 15:04:25 +0000
committerjbj <devnull@localhost>1999-10-21 15:04:25 +0000
commit3ae84a6867ec831d2a3bcc0423565104626efd28 (patch)
tree24c8a56e70eeb8a546bb71cf27d287e1bc068d43 /build/misc.c
parent1bcfa7ac608310ff018e9fca851f64d61ec99ddf (diff)
downloadlibrpm-tizen-3ae84a6867ec831d2a3bcc0423565104626efd28.tar.gz
librpm-tizen-3ae84a6867ec831d2a3bcc0423565104626efd28.tar.bz2
librpm-tizen-3ae84a6867ec831d2a3bcc0423565104626efd28.zip
lclint annotations.
CVS patchset: 3390 CVS date: 1999/10/21 15:04:25
Diffstat (limited to 'build/misc.c')
-rw-r--r--build/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/misc.c b/build/misc.c
index 26cdebc51..7aa9c465e 100644
--- a/build/misc.c
+++ b/build/misc.c
@@ -15,7 +15,7 @@ int parseNum(const char *line, int *res)
return 0;
}
-char *cleanFileName(const char *name)
+const char *cleanFileName(const char *name)
{
static char res[BUFSIZ];
char *copyTo, copied;