Fixed missing return.

This commit is contained in:
Armin Novak 2017-01-18 15:41:50 +01:00
parent 69dde84c72
commit a64fb343c1
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ static UINT drdynvc_send(drdynvcPlugin* drdynvc, wStream* s)
WLog_Print(drdynvc->log, WLOG_ERROR, "VirtualChannelWriteEx failed with %s [%08"PRIX32"]",
WTSErrorToString(status),
status);
break;
return status;
}
}