]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.c
Simplify split_args().
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index a219cfd37b4569fbc3aa67fb2d4443a950353197..217dfafd25c55741e564c0feb13c1ccfbad317d0 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -1567,7 +1567,7 @@ static void exit_hook(int exit_code)
 {
        pid_t pid;
        char **argv, *tmp = dss_strdup(OPT_STRING_VAL(DSS, EXIT_HOOK));
-       unsigned n = split_args(tmp, &argv, " \t");
+       unsigned n = split_args(tmp, &argv);
 
        n++;
        argv = dss_realloc(argv, (n + 1) * sizeof(char *));