Browse Source

Minor format tweak

pull/1297/head
Ray 4 years ago
parent
commit
eae6e6a828
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

@ -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 {

Loading…
Cancel
Save