diff --git a/src/core.c b/src/core.c index e644896c9..39d8f8f31 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 {