diff options
Diffstat (limited to 'src/utils.c')
-rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index 85a3b56..941923a 100644 --- a/src/utils.c +++ b/src/utils.c @@ -484,7 +484,7 @@ int isempty_dir(const char *path) { } count++; } - + closedir(dp); return count == 0; } |