--paren
This commit is contained in:
parent
e69ec3d904
commit
31dcf1bc48
|
@ -446,7 +446,7 @@ static int dir_stat_get(sigar_t *sigar,
|
|||
status =
|
||||
dir_stat_get(sigar, name,
|
||||
dirstats, recurse);
|
||||
if (status != SIGAR_OK)) {
|
||||
if (status != SIGAR_OK) {
|
||||
DIR_STAT_WARN();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue