mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[channels,audin] fix return value type
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user