Fix the build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34901 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cdf46c5c8a
commit
71ddd07bcd
@ -101,7 +101,7 @@ TermParse::StartThreads(TerminalBuffer *buffer)
|
|||||||
|
|
||||||
status = _InitTermParse();
|
status = _InitTermParse();
|
||||||
if (status < B_OK) {
|
if (status < B_OK) {
|
||||||
StopPtyReader();
|
_StopPtyReader();
|
||||||
fBuffer = NULL;
|
fBuffer = NULL;
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user