diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-03 16:19:51 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-03 16:19:51 +0000 |
commit | f7ab0cb977df0d6eba533a245c93da582b9f5f84 (patch) | |
tree | 1e6c3b94103371e6248391e6f56d0652ffdf0d90 /hardinfo2/arch/linux/common/uptime.h | |
parent | 6209464ea2c3bc3763bf6170bb4c54a2bfe2d1f4 (diff) |
Better APM battery support
Diffstat (limited to 'hardinfo2/arch/linux/common/uptime.h')
-rw-r--r-- | hardinfo2/arch/linux/common/uptime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/uptime.h b/hardinfo2/arch/linux/common/uptime.h index cf339bf3..9225c85c 100644 --- a/hardinfo2/arch/linux/common/uptime.h +++ b/hardinfo2/arch/linux/common/uptime.h @@ -50,7 +50,6 @@ computer_get_formatted_uptime() /* FIXME: Use ngettext */ #define plural(x) ((x > 1) ? "s" : "") - if (ui->days < 1) { if (ui->hours < 1) { tmp = |