bustage fix... i had this in my tree already :-(

This commit is contained in:
darin%meer.net 2003-10-06 01:58:58 +00:00
parent a0621481cd
commit ea5408a785

View File

@ -142,8 +142,7 @@ nsStreamListenerEvent::Fire(nsIEventQueue* aEventQueue)
(PLHandleEventProc) nsStreamListenerEvent::HandlePLEvent,
(PLDestroyEventProc) nsStreamListenerEvent::DestroyPLEvent);
PRStatus status = aEventQueue->PostEvent(&mEvent);
return status == PR_SUCCESS ? NS_OK : NS_ERROR_FAILURE;
return aEventQueue->PostEvent(&mEvent);
}
////////////////////////////////////////////////////////////////////////////////