From 9af81fdc653558a6bc69da5209136c1a1dc46b74 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 8 Feb 2016 16:59:19 +0000 Subject: [PATCH] Remove some const bullshit --- noice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noice.c b/noice.c index fa773b0b..2f58ffba 100644 --- a/noice.c +++ b/noice.c @@ -171,7 +171,7 @@ xdirname(const char *path) } void -spawn(const char *file, const char *arg, const char *dir) +spawn(char *file, char *arg, char *dir) { pid_t pid; int status;