2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00

public: tests: test_efp: mark Test_ExtractFilePath as static

This commit is contained in:
Alibek Omarov 2024-09-30 03:59:28 +03:00
parent 0b1ad3b7f0
commit a3ce0e6b1b

View File

@ -2,7 +2,7 @@
#include "crtlib.h"
#include <stdio.h>
int Test_ExtractFilePath( void )
static int Test_ExtractFilePath( void )
{
char dst[64];
const char *strings[] =