Parcourir la source

Minor format tweak

Ray il y a 5 ans
Parent
commit
eae6e6a828
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/core.c

+ 1 - 1
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 {