From eae6e6a828064a2cc8c3d7735c4422d5ca398eaa Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 27 Jun 2020 14:11:21 +0200 Subject: [PATCH] Minor format tweak --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {