From a3ce0e6b1baab85e6d8a58018ad70c83f566f08c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 30 Sep 2024 03:59:28 +0300 Subject: [PATCH] public: tests: test_efp: mark Test_ExtractFilePath as static --- public/tests/test_efp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/tests/test_efp.c b/public/tests/test_efp.c index c7aafddf..182104f4 100644 --- a/public/tests/test_efp.c +++ b/public/tests/test_efp.c @@ -2,7 +2,7 @@ #include "crtlib.h" #include -int Test_ExtractFilePath( void ) +static int Test_ExtractFilePath( void ) { char dst[64]; const char *strings[] =