summaryrefslogtreecommitdiff
path: root/sources.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources.c')
-rw-r--r--sources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources.c b/sources.c
index 6561640..171de68 100644
--- a/sources.c
+++ b/sources.c
@@ -10,7 +10,7 @@ static struct majefile *tail = NULL;
static int addfile(const char *path, const struct stat *st, int flags, struct FTW *ft)
{
- (void)st; (void)flags; (void)ft;
+ (void)flags; (void)ft;
if (path[0] == '.' && path[1] == '/') {
path += 2;