diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/revwalk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revwalk.c b/src/revwalk.c index 0ada5870a..f5502a72e 100644 --- a/src/revwalk.c +++ b/src/revwalk.c @@ -290,7 +290,7 @@ static void mark_parents_uninteresting(git_commit_list_node *commit) while (parents) { - git_commit_list_node *commit = git_commit_list_pop(&parents); + commit = git_commit_list_pop(&parents); while (commit) { if (commit->uninteresting) |
