Skip to content

Commit

Permalink
engine: client: ref_common: fix missing newline in Host_Error
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 22, 2023
1 parent b39378a commit a07f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/ref_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a07f818

Please sign in to comment.