X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.c;h=913dbabd1c12772d574f5814f73a12ed6bd4a9da;hb=5238cbf65638d7a097bdb5ca8226f5acbe31f143;hp=ac337c7d7dc1724fa918f9340816d3102edb10bd;hpb=25d33546d474c7c28b72013c262fc23337cb3b21;p=git.git diff --git a/commit.c b/commit.c index ac337c7d7..913dbabd1 100644 --- a/commit.c +++ b/commit.c @@ -515,7 +515,7 @@ void sort_in_topological_order(struct commit_list ** list, int lifo) commit = work_item->item; for (parents = commit->parents; parents ; parents = parents->next) { - struct commit *parent=parents->item; + struct commit *parent = parents->item; if (!parent->indegree) continue;