From 3f2cefe76cd5eb65b56e86331bd2533296a5a339 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Wed, 26 Nov 2003 22:49:10 +0000 Subject: merge latest (4.3.99.16) from XFree86 (vendor) branch --- xconsole.c | 4 ++-- 1 file 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 #include @@ -341,7 +341,7 @@ IOError(Display *dpy) { if (child_pid > 0) kill(child_pid, SIGTERM); - (*ioerror)(dpy); + return (*ioerror)(dpy); } #endif -- cgit v1.2.3