diff options
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index 1e00dd3fa..353f57c2b 100644 --- a/src/index.c +++ b/src/index.c @@ -929,7 +929,7 @@ int git_index_conflict_add(git_index *index, goto on_error; } - return 0; + return 0; on_error: for (i = 0; i < 3; i++) { |