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