whitespace error

This commit is contained in:
Aaron Marcher 2016-03-11 13:15:17 +01:00 committed by Aaron Marcher (drkhsh)
parent 11cc0bce15
commit a97e843918
1 changed files with 1 additions and 1 deletions

View File

@ -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");