Explorar el Código

Minor format tweak

Ray hace 5 años
padre
commit
eae6e6a828
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {