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;
|
||||
FILE *fp;
|
||||
char *FLAG = "FLAG";
|
||||
const char *FLAG = "FLAG";
|
||||
char path[PATH_LENGTH];
|
||||
|
||||
//Get path
|
||||
|
|
Loading…
Add table
Reference in a new issue