mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04: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
|
|
@ -30,7 +30,7 @@ struct seat_config *new_seat_config(const char* name) {
|
|||
return seat;
|
||||
}
|
||||
|
||||
struct seat_attachment_config *seat_attachment_config_new() {
|
||||
struct seat_attachment_config *seat_attachment_config_new(void) {
|
||||
struct seat_attachment_config *attachment =
|
||||
calloc(1, sizeof(struct seat_attachment_config));
|
||||
if (!attachment) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue