diff options
| author | Ray <[email protected]> | 2020-06-27 14:11:21 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-06-27 14:11:21 +0200 |
| commit | eae6e6a828064a2cc8c3d7735c4422d5ca398eaa (patch) | |
| tree | c8d790108d3d10926e417208a0e6983eefb30cc2 /src | |
| parent | 5b294b7cff6bb43ef2234f618187c344488b4cc3 (diff) | |
| download | raylib-eae6e6a828064a2cc8c3d7735c4422d5ca398eaa.tar.gz raylib-eae6e6a828064a2cc8c3d7735c4422d5ca398eaa.zip | |
Minor format tweak
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
