diff options
Diffstat (limited to 'Source/PSXSDKIntro.c')
| -rw-r--r-- | Source/PSXSDKIntro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/PSXSDKIntro.c b/Source/PSXSDKIntro.c index 9c81132..d46157b 100644 --- a/Source/PSXSDKIntro.c +++ b/Source/PSXSDKIntro.c @@ -124,8 +124,8 @@ static bool PSXSDKIntroStringEvent; static bool PSXSDKIntroClose; // Text -static char * strPSXSDKIntro = {"MADE WITH PSXSDK"}; -static char * strPSXSDKIntroAuthor = {"BY NEXTVOLUME"}; +static char* strPSXSDKIntro = {"MADE WITH PSXSDK"}; +static char* strPSXSDKIntroAuthor = {"BY NEXTVOLUME"}; /* ************************************* * Global variables |
