diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-08-04 11:30:10 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-08-04 11:30:10 +0200 |
commit | 3b4c51df515b55537a8f8757e84f0356a8189f54 (patch) | |
tree | 1bebe3d6f865b5e4812413dd01b5b1f5fec516fc | |
parent | d742f3adef138e204ccbb63f403a0696d32f3f88 (diff) |
Remove argc cast
-rw-r--r-- | mstatus.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -242,7 +242,6 @@ daemonize(void) int main(int argc, char **argv) { - (void) argc; argv0 = argv[0]; int opt; |