mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-19 19:40:21 +00:00
engine: filesystem: fix missing newline in debug message
This commit is contained in:
parent
79f3a6f60e
commit
4abe1a77f4
@ -2349,7 +2349,7 @@ file_t *FS_OpenZipFile( zip_t *zip, int pack_ind )
|
|||||||
// compressed files handled in Zip_LoadFile
|
// compressed files handled in Zip_LoadFile
|
||||||
if( pfile->flags != ZIP_COMPRESSION_NO_COMPRESSION )
|
if( pfile->flags != ZIP_COMPRESSION_NO_COMPRESSION )
|
||||||
{
|
{
|
||||||
Con_Printf( S_ERROR "%s: can't open compressed file %s", __FUNCTION__, pfile->name );
|
Con_Printf( S_ERROR "%s: can't open compressed file %s\n", __FUNCTION__, pfile->name );
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user