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)) {