summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:03 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:03 +0000
commitb53d3aeeedd692ef010a3ec5961079aee7d47fb3 (patch)
tree9096e93070fedb285367ea2d24d7a904589879a7
parent2b2c62b3be8dd36d3231a2ad18d8b212e81695d1 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
-rw-r--r--xconsole.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xconsole.c b/xconsole.c
index 6e2bc13..cf0a7bb 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -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