Shut up a warning GCC was giving me
This commit is contained in:
parent
00ca00f5dd
commit
b2812053b7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ BOOL SaveProfile(const char *name)
|
||||||
{
|
{
|
||||||
PROFILE profile;
|
PROFILE profile;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
char *FLAG = "FLAG";
|
const char *FLAG = "FLAG";
|
||||||
char path[PATH_LENGTH];
|
char path[PATH_LENGTH];
|
||||||
|
|
||||||
//Get path
|
//Get path
|
||||||
|
|
Loading…
Add table
Reference in a new issue