aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-08-04 11:30:10 +0200
committerMango0x45 <thomasvoss@live.com> 2021-08-04 11:30:10 +0200
commit3b4c51df515b55537a8f8757e84f0356a8189f54 (patch)
tree1bebe3d6f865b5e4812413dd01b5b1f5fec516fc
parentd742f3adef138e204ccbb63f403a0696d32f3f88 (diff)
Remove argc cast
-rw-r--r--mstatus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mstatus.c b/mstatus.c
index e6b081d..bf0029b 100644
--- a/mstatus.c
+++ b/mstatus.c
@@ -242,7 +242,6 @@ daemonize(void)
int
main(int argc, char **argv)
{
- (void) argc;
argv0 = argv[0];
int opt;