Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2016-02-15 18:08:08 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2016-02-15 18:23:51 +0300
commite9a2bb84790a60dd237e7e5bd0a59f31c41dccbd (patch)
tree83a6afe9897a62dd04f0ec56e07684051b152fe7
parent617d9937ecfd8df3ec047fabdeb99bb0cb59a8e6 (diff)
Fix corruption in diff.
-rw-r--r--LibGit2Sharp/Core/GitDiff.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Core/GitDiff.cs b/LibGit2Sharp/Core/GitDiff.cs
index 97a30343..097c6624 100644
--- a/LibGit2Sharp/Core/GitDiff.cs
+++ b/LibGit2Sharp/Core/GitDiff.cs
@@ -196,7 +196,7 @@ namespace LibGit2Sharp.Core
IntPtr delta_to_add,
IntPtr matched_pathspec,
IntPtr payload);
-
+
internal delegate int diff_progress_cb (
IntPtr diff_so_far,
IntPtr old_path,