Make DoConfig proof static
This commit is contained in:
parent
4c8598d460
commit
d946cfd579
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ struct Config
|
|||
int joystick_button[8];
|
||||
};
|
||||
|
||||
const char *proof = "DOUKUTSU20041206";
|
||||
static const char *proof = "DOUKUTSU20041206";
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue