From 7bc2e922c9a04e9a1bb54088522e0f318feeb17c Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 10 Jun 2021 17:49:55 +0200 Subject: Review some comments --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') 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 -- cgit v1.2.3