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:
parent
0b1ad3b7f0
commit
a3ce0e6b1b
@ -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[] =
|
||||
|
Loading…
Reference in New Issue
Block a user