diff options
Diffstat (limited to 'components/uptime.c')
-rw-r--r-- | components/uptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/uptime.c b/components/uptime.c index fc3d204..99d1eda 100644 --- a/components/uptime.c +++ b/components/uptime.c @@ -15,7 +15,7 @@ #endif const char * -uptime(void) +uptime(const char *unused) { char warn_buf[256]; uintmax_t h, m; |