mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 11:35:05 +08:00
engine: net_http: fix missing newline
This commit is contained in:
@@ -198,7 +198,7 @@ static int HTTP_FileQueue( httpfile_t *file )
|
||||
|
||||
if( !( file->file = FS_Open( name, "wb+", true )))
|
||||
{
|
||||
Con_Printf( S_ERROR "HTTP: cannot open %s!", name );
|
||||
Con_Printf( S_ERROR "HTTP: cannot open %s!\n", name );
|
||||
HTTP_FreeFile( file, true );
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user