From d110a016e354d66cf86dddb53e3257ac9821896d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 5 Dec 2010 23:31:33 +0100 Subject: constify blob_attr_info --- blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blob.c') diff --git a/blob.c b/blob.c index 823eb24..89ed31a 100644 --- a/blob.c +++ b/blob.c @@ -132,7 +132,7 @@ static const int blob_type_minlen[BLOB_ATTR_LAST] = { }; int -blob_parse(struct blob_attr *attr, struct blob_attr **data, struct blob_attr_info *info, int max) +blob_parse(struct blob_attr *attr, struct blob_attr **data, const struct blob_attr_info *info, int max) { struct blob_attr *pos; int found = 0; -- cgit v1.2.3