Const correct (most) strings

At least those cases that are reported by gcc and/or clang.
This commit is contained in:
Timotej Lazar 2020-04-22 02:36:36 +02:00
parent 8ddbab1cc2
commit c4409487fd
72 changed files with 347 additions and 347 deletions

View file

@ -342,12 +342,12 @@ void NextVideoMode2()
CurrentVideoMode = cur;
}
char *GetVideoModeDescription2()
const char *GetVideoModeDescription2()
{
return "SDL";
}
char *GetVideoModeDescription3()
const char *GetVideoModeDescription3()
{
static char buf[64];