public: tests: test_efp: mark Test_ExtractFilePath as static
This commit is contained in:
parent
0b1ad3b7f0
commit
a3ce0e6b1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue