summaryrefslogtreecommitdiffhomepage
path: root/src/utils.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-09 17:36:20 +0200
committerraysan5 <[email protected]>2021-07-09 17:36:20 +0200
commit5ed814e950e5017d9f70274e8555b6e28ebf6808 (patch)
treec9f0c27dae750b2246b8ac309e3313516572b61a /src/utils.h
parent2156cd4a84fa61003be5cd70f1fac18521515c15 (diff)
downloadraylib-5ed814e950e5017d9f70274e8555b6e28ebf6808.tar.gz
raylib-5ed814e950e5017d9f70274e8555b6e28ebf6808.zip
Minor tweaks and comments
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 3d7a3798..50f70420 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -69,7 +69,7 @@ extern "C" { // Prevents name mangling of functions
//----------------------------------------------------------------------------------
#if defined(PLATFORM_ANDROID)
void InitAssetManager(AAssetManager *manager, const char *dataPath); // Initialize asset manager from android app
-FILE *android_fopen(const char *fileName, const char *mode); // Replacement for fopen() -> Read-only!
+FILE *android_fopen(const char *fileName, const char *mode); // Replacement for fopen() -> Read-only!
#endif
#ifdef __cplusplus