Const correct (most) strings
At least those cases that are reported by gcc and/or clang.
This commit is contained in:
parent
8ddbab1cc2
commit
c4409487fd
72 changed files with 347 additions and 347 deletions
|
@ -342,12 +342,12 @@ void NextVideoMode2()
|
|||
CurrentVideoMode = cur;
|
||||
}
|
||||
|
||||
char *GetVideoModeDescription2()
|
||||
const char *GetVideoModeDescription2()
|
||||
{
|
||||
return "SDL";
|
||||
}
|
||||
|
||||
char *GetVideoModeDescription3()
|
||||
const char *GetVideoModeDescription3()
|
||||
{
|
||||
static char buf[64];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue