Fix build

This commit is contained in:
Willy-JL
2023-05-02 03:44:38 +01:00
parent 8a5782ab9e
commit 6024598695
+1 -1
View File
@@ -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)) {