Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
whitespace error
[slstatus.git]
/
slstatus.c
diff --git
a/slstatus.c
b/slstatus.c
index
75413a1
..
2fc4fea
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-212,7
+212,7
@@
get_diskusage()
{
int perc = 0;
struct statvfs fs;
-
+
/* try to open mountpoint */
if (statvfs(mountpath, &fs) < 0) {
fprintf(stderr, "Could not get filesystem info.\n");