sparse fixup: warning: non-ANSI function declaration of function '...'

This commit is contained in:
Sven-Haegar Koch 2011-05-28 03:57:20 +02:00 committed by Guus Sliepen
parent d772289f6d
commit f4010694b3
10 changed files with 15 additions and 19 deletions

View file

@ -128,7 +128,7 @@ static void update(int fd) {
}
}
static void redraw() {
static void redraw(void) {
erase();
mvprintw(0, 0, "Tinc %-16s Nodes: %4d Sort: %-8s %s", netname, node_list.count, sortname[sortmode], cumulative ? "Cumulative" : "Current");