Remove some const bullshit - noice - small file browser (mirror / fork from 2f3… | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9af81fdc653558a6bc69da5209136c1a1dc46b74 | |
parent 35ca388e9d12db68f3e6a566b051a968489dea8e | |
Author: sin <[email protected]> | |
Date: Mon, 8 Feb 2016 16:59:19 +0000 | |
Remove some const bullshit | |
Diffstat: | |
M noice.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git 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; |