summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tabbed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tabbed.c b/tabbed.c
index 868724f..62232ce 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -772,6 +772,7 @@ main(int argc, char *argv[]) {
close(ConnectionNumber(dpy));
return EXIT_SUCCESS;
}
+ fclose(stdout);
run();
cleanup();
XCloseDisplay(dpy);