diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-30 13:41:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 13:41:36 +0200 |
commit | 7355959d7f28714e77f43f987431c664f476d8eb (patch) | |
tree | 112f684404755d6924d7338507eaef07500ced1f /swaynag/config.c | |
parent | 98b524abd767149337cb6e1bab5905d79f25254b (diff) | |
parent | 1e70f7b19e92c20a691f2697b2c92ea8b13daba3 (diff) |
Merge pull request #2730 from ivyl/remove_cap_leftovers
Remove libcap/prctl artifacts
Diffstat (limited to 'swaynag/config.c')
-rw-r--r-- | swaynag/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaynag/config.c b/swaynag/config.c index 4d0824c9..cd34dcc2 100644 --- a/swaynag/config.c +++ b/swaynag/config.c @@ -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); |