Actually fix build

This commit is contained in:
Willy-JL
2023-05-02 03:48:00 +01:00
parent 6024598695
commit 706ce56a48
+1 -1
View File
@@ -52,7 +52,7 @@ typedef struct {
int32_t idle_ticks;
} Updater;
Updater* updater_alloc(const char* arg);
Updater* updater_alloc(char* arg);
void updater_free(Updater* updater);