From dfc2b538ecdcd70a2ae091ad529a4972a91e3aa1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 18 Aug 2009 12:23:55 +0200 Subject: fixed compile problem introduced by merge --- runtime/stream.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/stream.c b/runtime/stream.c index 8d76780c..2abfb7fe 100644 --- a/runtime/stream.c +++ b/runtime/stream.c @@ -853,6 +853,7 @@ doAsyncWriteInternal(strm_t *pThis, size_t lenBuf) if(++pThis->iCnt == 1) pthread_cond_signal(&pThis->notEmpty); +finalize_it: RETiRet; } -- cgit