mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-24 10:32:32 +00:00
Fix const-ness of main() parameters.
This commit is contained in:
parent
2e302d60a3
commit
ddf1bcf094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user