Browse Source

uptime: Format function is static

master
Aaron Marcher 8 years ago
parent
commit
0383146e5e
  1. 2
      components/uptime.c

2
components/uptime.c

@ -3,7 +3,7 @@
#include "../util.h"
const char *
static const char *
format(int uptime)
{
int h, m;

Loading…
Cancel
Save