diff options
Diffstat (limited to 'attr.h')
| -rw-r--r-- | attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,6 +238,6 @@ const char *git_attr_global_file(void); /* Return whether the system gitattributes file is enabled and should be used. */ int git_attr_system_is_enabled(void); -extern const char *git_attr_tree; +extern char *git_attr_tree; #endif /* ATTR_H */ |
