Browse Source

uptime: Format function is static

master
Aaron Marcher 6 years ago
parent
commit
0383146e5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      components/uptime.c

+ 1
- 1
components/uptime.c View File

@@ -3,7 +3,7 @@


#include "../util.h" #include "../util.h"


const char *
static const char *
format(int uptime) format(int uptime)
{ {
int h, m; int h, m;


Loading…
Cancel
Save