diff options
Diffstat (limited to 'arch/linux/common/uptime.h')
-rw-r--r-- | arch/linux/common/uptime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/linux/common/uptime.h b/arch/linux/common/uptime.h index cf339bf3..9225c85c 100644 --- a/arch/linux/common/uptime.h +++ b/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 = |