summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2020-06-27 14:11:21 +0200
committerRay <[email protected]>2020-06-27 14:11:21 +0200
commiteae6e6a828064a2cc8c3d7735c4422d5ca398eaa (patch)
treec8d790108d3d10926e417208a0e6983eefb30cc2 /src
parent5b294b7cff6bb43ef2234f618187c344488b4cc3 (diff)
downloadraylib-eae6e6a828064a2cc8c3d7735c4422d5ca398eaa.tar.gz
raylib-eae6e6a828064a2cc8c3d7735c4422d5ca398eaa.zip
Minor format tweak
Diffstat (limited to 'src')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index e644896c..39d8f8f3 100644
--- a/src/core.c
+++ b/src/core.c
@@ -386,7 +386,7 @@ typedef struct CoreData {
#endif
#if defined(PLATFORM_UWP)
struct {
- const char* internalDataPath; // UWP App data path
+ const char *internalDataPath; // UWP App data path
} UWP;
#endif
struct {