From: Jim Meyering Date: Wed, 16 Mar 1994 14:32:26 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~737 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=239d98e18d6d94ea76912c231b4c0b1f170e262d;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/fsusage.c b/lib/fsusage.c index 8f3f3cd1f6..858231fd52 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c @@ -104,7 +104,7 @@ get_fs_usage (path, disk, fsp) struct statfs fsd; if (statfs (path, &fsd, sizeof (struct statfs)) != 0) - return (-1); + return -1; #define CONVERT_BLOCKS(bnew, b) ADJUST_BLOCKS ((bnew), (b), fsd.f_fsize, 512) #endif /* STAT_STATFS3_OSF1 */