diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-11-01 19:53:24 -0200 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-11-01 19:53:24 -0200 |
commit | dc6d150a5ba3a7b6a6f1e6c519b6cf3f77b9748a (patch) | |
tree | 7185494dde6024e85f41f4c5e06e20018ef03c4e | |
parent | a55f29272d61b14872d788ee3de240c081305110 (diff) |
Oops
-rw-r--r-- | hardinfo2/arch/linux/common/filesystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/filesystem.h b/hardinfo2/arch/linux/common/filesystem.h index 6fefd8aa..1eff0818 100644 --- a/hardinfo2/arch/linux/common/filesystem.h +++ b/hardinfo2/arch/linux/common/filesystem.h @@ -95,7 +95,7 @@ scan_filesystems(void) fs_list = h_strdup_cprintf("$FS%d$%s=%.2f %% (%s of %s)|%s\n", fs_list, - count, tmp[0], use_ratio, strsize, stravail, tmp[1]); + count, tmp[0], use_ratio, stravail, strsize, tmp[1]); g_free(strsize); g_free(stravail); |