Skip to content

Commit 57628b4

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? fscache: update fscache to be thread specific instead of global
Fix a mistake spotted by `sparse`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent af906df commit 57628b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preload-index.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "thread-utils.h"
1111
#include "repository.h"
1212

13-
struct fscache *fscache;
13+
static struct fscache *fscache;
1414

1515
/*
1616
* Mostly randomly chosen maximum thread counts: we

0 commit comments

Comments
 (0)