mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Turn function static
This commit is contained in:
parent
ae7d956341
commit
dd522cdc6f
2
paths.c
2
paths.c
@ -219,7 +219,7 @@ void path_set_redirect(void)
|
||||
free(new_savestate_dir);
|
||||
}
|
||||
|
||||
void path_set_basename(const char *path)
|
||||
static void path_set_basename(const char *path)
|
||||
{
|
||||
char *dst = NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user