diff options
-rw-r--r-- | xconsole.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. * Author: Keith Packard, MIT X Consortium */ -/* $XFree86: xc/programs/xconsole/xconsole.c,v 3.31 2002/10/16 02:27:40 dawes Exp $ */ +/* $XFree86: xc/programs/xconsole/xconsole.c,v 3.32 2003/05/27 22:26:59 tsi Exp $ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -341,7 +341,7 @@ IOError(Display *dpy) { if (child_pid > 0) kill(child_pid, SIGTERM); - (*ioerror)(dpy); + return (*ioerror)(dpy); } #endif |