Review some comments
This commit is contained in:
parent
b0dcdf688f
commit
7bc2e922c9
7 changed files with 56 additions and 56 deletions
|
@ -393,7 +393,7 @@ FILE *android_fopen(const char *fileName, const char *mode)
|
|||
|
||||
if (asset != NULL)
|
||||
{
|
||||
// Return pointer to file in the assets
|
||||
// Get pointer to file in the assets
|
||||
return funopen(asset, android_read, android_write, android_seek, android_close);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue