summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-02 07:57:47 +0000
committerDana Jansens <danakj@orodu.net>2003-09-02 07:57:47 +0000
commit87342f85eb75079486e5bbc410f6002ee443dd6a (patch)
tree9b03a1d12e1280278b6b9ed1316037e34329f44b /openbox
parent8420e47848ba2c521929d2d7be5d58d59d0b209c (diff)
make the segfault swearing more clear
Diffstat (limited to 'openbox')
-rw-r--r--openbox/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mainloop.c b/openbox/mainloop.c
index 888c58fa..9df84d34 100644
--- a/openbox/mainloop.c
+++ b/openbox/mainloop.c
@@ -340,7 +340,7 @@ static void sighandler(gint sig)
/* XXX special case for signals that default to core dump.
but throw some helpful output here... */
- fprintf(stderr, "Fuck ya. Core dump. (Signal=%d)\n", sig);
+ fprintf(stderr, "Fuck yah. Core dump. (Signal=%d)\n", sig);
/* die with a core dump */
abort();