]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove some const bullshit
authorsin <sin@2f30.org>
Mon, 8 Feb 2016 16:59:19 +0000 (16:59 +0000)
committersin <sin@2f30.org>
Mon, 8 Feb 2016 17:00:25 +0000 (17:00 +0000)
noice.c

diff --git a/noice.c b/noice.c
index fa773b0bacf79c1a5e8d43d372ff60a01f922625..2f58ffbac04c167ffdfd9ec34ede79acd179e93e 100644 (file)
--- 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;