fix missing return value warning (no real consequences)
This commit is contained in:
parent
1cf8327525
commit
16fa5ce5f2
@ -189,6 +189,7 @@ bool topdirs_state(vector<bool> tdlstate)
|
|||||||
for (const auto& dir : o_topdirs) {
|
for (const auto& dir : o_topdirs) {
|
||||||
tdlstate.push_back(path_empty(dir));
|
tdlstate.push_back(path_empty(dir));
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sigcleanup(int sig)
|
static void sigcleanup(int sig)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user