From: Jim Meyering Date: Wed, 16 Mar 1994 14:32:26 +0000 (+0000) Subject: . X-Git-Tag: merge-with-1_9_4k~23 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c4a3a40bf8872ed1981c9ca247d1f5ec2f454182;p=gnulib.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 */