.
authorJim Meyering <jim@meyering.net>
Wed, 16 Mar 1994 14:32:26 +0000 (14:32 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Mar 1994 14:32:26 +0000 (14:32 +0000)
lib/fsusage.c

index 8f3f3cd..858231f 100644 (file)
@@ -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 */