Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
attr.c: tighten constness around "git_attr" structure
[gitweb.git]
/
attr.c
diff --git
a/attr.c
b/attr.c
index e42f931b356d6b5869455f742a62447bdac3ca70..f7cf7ae3060fc401fe3a2c4c44c24c32915d4601 100644
(file)
--- a/
attr.c
+++ b/
attr.c
@@
-43,7
+43,7
@@
static int cannot_trust_maybe_real;
static struct git_attr_check *check_all_attr;
static struct git_attr *(git_attr_hash[HASHSIZE]);
-c
har *git_attr_name(
struct git_attr *attr)
+c
onst char *git_attr_name(const
struct git_attr *attr)
{
return attr->name;
}