forked from len0rd/rockbox
build: Fix yellow introduced in 5d39d987c0
Change-Id: If17a04922006e1fa1f65543563da69f8bb6c503a
This commit is contained in:
parent
95d8168385
commit
a9254da767
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ static char* get_percent_str(long percents)
|
|||
return val;
|
||||
}
|
||||
|
||||
static inline void prepare_time_string(const char *buf, size_t buffer_len, long elapsed_pct, const char *timestr1, const char *timestr2)
|
||||
static inline void prepare_time_string(char *buf, size_t buffer_len, long elapsed_pct, const char *timestr1, const char *timestr2)
|
||||
{
|
||||
if (rb->lang_is_rtl())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue