summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index 2df0a939..2d15bdb3 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -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