summaryrefslogtreecommitdiff
path: root/src/diff_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff_file.h')
-rw-r--r--src/diff_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_file.h b/src/diff_file.h
index fb08cca6a..84bf255aa 100644
--- a/src/diff_file.h
+++ b/src/diff_file.h
@@ -27,7 +27,7 @@ typedef struct {
extern int git_diff_file_content__init_from_diff(
git_diff_file_content *fc,
- git_diff_list *diff,
+ git_diff *diff,
size_t delta_index,
bool use_old);