Fix const-ness of main() parameters.

This commit is contained in:
Christian Bauer 2018-10-27 22:48:58 +02:00
parent 2e302d60a3
commit ddf1bcf094
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static bool open_stdio(const char *title)
#endif
// Main program
int main(int argc, char **argv)
int main(int argc, const char **argv)
{
#ifdef __BEOS__
// Launched from Tracker? Then open terminal window