소스 검색

Minor format tweak

Ray 5 년 전
부모
커밋
eae6e6a828
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {