summaryrefslogtreecommitdiff
path: root/tests-clar/diff/diff_helpers.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-05-04 07:55:09 +0200
committernulltoken <emeric.fermas@gmail.com>2012-05-07 12:18:33 +0200
commit9a29f8d56c37803a67af3ff4bc4c8724a126366f (patch)
treeb1001e3a2d24281dc489cfc16e3f108fb6e934d3 /tests-clar/diff/diff_helpers.h
parent28ef7f9b28a8b58946e553090f8967d7c51ebc78 (diff)
downloadlibgit2-9a29f8d56c37803a67af3ff4bc4c8724a126366f.tar.gz
diff: fix the diffing of two identical blobs
Diffstat (limited to 'tests-clar/diff/diff_helpers.h')
-rw-r--r--tests-clar/diff/diff_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/diff/diff_helpers.h b/tests-clar/diff/diff_helpers.h
index 994af0f76..0aaa6c111 100644
--- a/tests-clar/diff/diff_helpers.h
+++ b/tests-clar/diff/diff_helpers.h
@@ -11,6 +11,7 @@ typedef struct {
int file_mods;
int file_ignored;
int file_untracked;
+ int file_unmodified;
int hunks;
int hunk_new_lines;