summaryrefslogtreecommitdiff
path: root/src/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diff.h')
-rw-r--r--src/diff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.h b/src/diff.h
index e7764a8eb..b0f1ebbe8 100644
--- a/src/diff.h
+++ b/src/diff.h
@@ -18,7 +18,7 @@ struct git_diff_list {
/* the following are just used while processing the diff list */
git_buf pfx;
- git_status_t mode;
+ git_status_t status;
};
#endif