浏览代码

- one missing backport

Jan Janak 20 年之前
父节点
当前提交
6c35f638cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dset.c

+ 1 - 1
dset.c

@@ -68,7 +68,7 @@ struct branch
 static struct branch branches[MAX_BRANCHES - 1];
 
 /* how many of them we have */
-static unsigned int nr_branches = 0;
+unsigned int nr_branches = 0;
 
 /* branch iterator */
 static int branch_iterator = 0;