diff options
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
