projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11cc0bc
)
whitespace error
author
Aaron Marcher
<info@nulltime.net>
Fri, 11 Mar 2016 12:15:17 +0000
(13:15 +0100)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Fri, 11 Mar 2016 12:15:17 +0000
(13:15 +0100)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index 75413a104c394a08bd5ced2a307e4b36ff9d51b8..2fc4fea00ae0dac1847b583b7a65e282b33d16be 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");