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];
 static struct branch branches[MAX_BRANCHES - 1];
 
 
 /* how many of them we have */
 /* how many of them we have */
-static unsigned int nr_branches = 0;
+unsigned int nr_branches = 0;
 
 
 /* branch iterator */
 /* branch iterator */
 static int branch_iterator = 0;
 static int branch_iterator = 0;