IPHONE: Fix a typo, fix compilation (hopefully)
This commit is contained in:
parent
12366c91e5
commit
7ea4583d2f
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ OSystem *OSystem_IPHONE_create() {
|
||||||
return new OSystem_IPHONE();
|
return new OSystem_IPHONE();
|
||||||
}
|
}
|
||||||
|
|
||||||
CCommon::String OSystem_IPHONE::getDefaultConfigFileName() {
|
Common::String OSystem_IPHONE::getDefaultConfigFileName() {
|
||||||
#ifdef IPHONE_OFFICIAL
|
#ifdef IPHONE_OFFICIAL
|
||||||
Common::String path = iPhone_getDocumentsDir();
|
Common::String path = iPhone_getDocumentsDir();
|
||||||
path += "/Preferences";
|
path += "/Preferences";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue