Skip to content

Commit dda2687

Browse files
committed
fixup! Win32: add a cache below mingw's lstat and dirent implementations
1 parent edf6d16 commit dda2687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/win32/fscache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static void fscache_remove(struct fsentry *fse)
245245
/*
246246
* Clears the cache.
247247
*/
248-
static void fscache_clear()
248+
static void fscache_clear(void)
249249
{
250250
struct hashmap_iter iter;
251251
struct fsentry *fse;

0 commit comments

Comments
 (0)