mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 23:52:26 -05:00
small optimisation: make a locally used function static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14815 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4a42723c33
commit
376169ab95
1 changed files with 2 additions and 2 deletions
|
|
@ -640,7 +640,7 @@ char *rec_create_filename(char *buffer)
|
||||||
|
|
||||||
#if CONFIG_RTC == 0
|
#if CONFIG_RTC == 0
|
||||||
/* Hit disk to get a starting filename for the type */
|
/* Hit disk to get a starting filename for the type */
|
||||||
void rec_init_filename(void)
|
static void rec_init_filename(void)
|
||||||
{
|
{
|
||||||
file_number = -1;
|
file_number = -1;
|
||||||
rec_create_filename(path_buffer);
|
rec_create_filename(path_buffer);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue