diff options
| -rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 6ebeb23..1634a89 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -327,7 +327,7 @@ static void set_superbass(bool value) #endif #ifdef HAVE_LCD_CHARCELLS -static void jumpscroll_format(char* buffer, int buffer_size, int value, +static void jumpscroll_format(char* buffer, size_t buffer_size, int value, const char* unit) { (void)unit; |