mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
Turn funcs() into funcs(void)
If they really do not take undefined number of arguments.
This commit is contained in:
parent
d8200012fb
commit
1e70f7b19e
14 changed files with 19 additions and 19 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "util.h"
|
||||
#include "wlr-layer-shell-unstable-v1-client-protocol.h"
|
||||
|
||||
static char *read_from_stdin() {
|
||||
static char *read_from_stdin(void) {
|
||||
char *buffer = NULL;
|
||||
while (!feof(stdin)) {
|
||||
char *line = read_line(stdin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue