]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.c
make the segfault swearing more clear
[chaz/openbox] / openbox / mainloop.c
index 888c58fac48e25822d05816548959c7ca741eee8..9df84d34b1ccedc571c2e2ddf462d0a0446b53ae 100644 (file)
@@ -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();
This page took 0.025207 seconds and 4 git commands to generate.