From 602459869571e1aeca25eb9dfc8481eb8d07271b Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 2 May 2023 03:44:38 +0100 Subject: [PATCH] Fix build --- applications/system/updater/updater.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/system/updater/updater.c b/applications/system/updater/updater.c index e0b723270..59af8a3b0 100644 --- a/applications/system/updater/updater.c +++ b/applications/system/updater/updater.c @@ -33,7 +33,7 @@ static void updater_main_model_set_state(main_view, message, progress, failed); } -Updater* updater_alloc(const char* arg) { +Updater* updater_alloc(char* arg) { Updater* updater = malloc(sizeof(Updater)); process_favorite_launch(&arg); if(arg && strlen(arg)) {