From 690e65fea6c380fdf0fb99d9c64f8ae01e1106e2 Mon Sep 17 00:00:00 2001 From: Waldo Bastian Date: Mon, 2 Sep 2002 18:18:13 +0000 Subject: [PATCH] Fix compile error. svn path=/trunk/kdebase/konsole/; revision=175333 --- konsole/TEPty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konsole/TEPty.cpp b/konsole/TEPty.cpp index 04815e29..87cb7d41 100644 --- a/konsole/TEPty.cpp +++ b/konsole/TEPty.cpp @@ -440,7 +440,7 @@ void TEPty::openPty() { fprintf(stderr,"Can't open a pseudo teletype\n"); m_strError = i18n("Unable to open a suitable terminal device."); - return -1; + return; } if (m_bNeedGrantPty && !chownpty(m_MasterFd, true))