renamed EET_FILE_MODE_RW to EET_FILE_MODE_READ_WRITE

SVN revision: 13595
This commit is contained in:
tsauerbeck 2005-03-03 17:26:46 +00:00 committed by tsauerbeck
parent 205139afa3
commit a1edb45248
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ main(int argc, char **argv)
exit(0);
}
eet_init();
ef = eet_open(file, EET_FILE_MODE_RW);
ef = eet_open(file, EET_FILE_MODE_READ_WRITE);
if (!ef)
{
printf("ERROR: cannot open file %s for READ/WRITE\n", file);