sparse fixup: warning: non-ANSI function declaration of function '...'
This commit is contained in:
parent
d772289f6d
commit
f4010694b3
10 changed files with 15 additions and 19 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue