]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
gui.c: Remove pointless return statement.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index dd7ffeb40b9fbaa6cc41350c1b0eb41a2317d0c1..8d44fb44b36979008604bed66d58a68f55674260 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -935,7 +935,6 @@ static int signal_post_select(struct sched *s, __a_unused void *context)
        switch (ret) {
        case SIGTERM:
                die(EXIT_FAILURE, "only the good die young (caught SIGTERM)\n");
-               return 1;
        case SIGINT:
                return 1;
        case SIGUSR1: