whitespace error
This commit is contained in:
parent
11cc0bce15
commit
a97e843918
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue