Random cleanup

This commit is contained in:
Willy-JL
2023-07-21 23:37:21 +02:00
parent 753485d682
commit 81c4865f48
6 changed files with 6 additions and 159 deletions

View File

@@ -52,7 +52,7 @@ typedef struct {
int32_t idle_ticks;
} Updater;
Updater* updater_alloc(char* arg);
Updater* updater_alloc(const char* arg);
void updater_free(Updater* updater);