Remove some const bullshit - noice - small file browser (mirror / fork from 2f30.org)
 (HTM) git clone git://git.codemadness.org/noice
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9af81fdc653558a6bc69da5209136c1a1dc46b74
 (DIR) parent 35ca388e9d12db68f3e6a566b051a968489dea8e
 (HTM) Author: sin <sin@2f30.org>
       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(-)
       ---
 (DIR) 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;