engine: client: ref_common: fix missing newline in Host_Error

This commit is contained in:
Alibek Omarov 2023-07-22 05:51:18 +03:00
parent b39378a6da
commit a07f81820c
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ qboolean R_Init( void )
if( !success )
{
Host_Error( "Can't initialize any renderer. Check your video drivers!" );
Host_Error( "Can't initialize any renderer. Check your video drivers!\n" );
return false;
}