From 9a29f8d56c37803a67af3ff4bc4c8724a126366f Mon Sep 17 00:00:00 2001 From: nulltoken Date: Fri, 4 May 2012 07:55:09 +0200 Subject: diff: fix the diffing of two identical blobs --- tests-clar/diff/diff_helpers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests-clar/diff/diff_helpers.h') 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; -- cgit v1.2.1