--- hatari/src/includes/paths.h 2019/04/01 07:13:40 1.1 +++ hatari/src/includes/paths.h 2019/04/01 07:14:46 1.1.1.2 @@ -8,7 +8,7 @@ #ifndef HATARI_PATHS_H #define HATARI_PATHS_H -extern void Paths_Init(char *argv0); +extern void Paths_Init(const char *argv0); extern const char *Paths_GetWorkingDir(void); extern const char *Paths_GetDataDir(void); extern const char *Paths_GetUserHome(void);