This commit is contained in:
Doug MacEachern 2008-05-30 03:48:03 +00:00
parent e69ec3d904
commit 31dcf1bc48
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
} }