Fix a typo.

This commit is contained in:
Yamagi 2024-07-06 09:20:04 +02:00
parent 4c4759b73b
commit af5a876be4
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ CL_DownloadFileName(char *dest, int destlen, char *fn)
static qboolean
CL_DownloadFilter(const char *filename)
{
if (FS_LoadFile( (char *) filename, NULL) != -1)
if (FS_LoadFile((char *) filename, NULL) != -1)
{
/* it exists, no need to download */
return true;