[channels,audin] fix return value type

This commit is contained in:
akallabeth 2023-09-01 10:00:56 +02:00 committed by akallabeth
parent 2102fa907a
commit 4eb3a16120
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ static BOOL audin_server_open(audin_server_context* context)
if (!status)
{
WLog_Print(audin->log, WLOG_ERROR, "context->ChannelIdAssigned failed!");
return ERROR_INTERNAL_ERROR;
return FALSE;
}
if (!(audin->stopEvent = CreateEvent(NULL, TRUE, FALSE, NULL)))