summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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 {