summaryrefslogtreecommitdiff
path: root/src/blame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blame.h')
-rw-r--r--src/blame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blame.h b/src/blame.h
index 637e4398..7e23de80 100644
--- a/src/blame.h
+++ b/src/blame.h
@@ -64,7 +64,7 @@ typedef struct git_blame__entry {
} git_blame__entry;
struct git_blame {
- const char *path;
+ char *path;
git_repository *repository;
git_blame_options options;