Browse Source

Remove some const bullshit

master
sin 9 years ago
parent
commit
9af81fdc65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c View File

@@ -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;


Loading…
Cancel
Save