Skip to content

Commit

Permalink
Update rcore.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperUserNameMan committed Jul 16, 2024
1 parent 0ae7b0f commit f0b569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ void InitWindow(int width, int height, const char *title)
// Initialize platform
//--------------------------------------------------------------
int result = InitPlatform();
if (result == -1 )
if (result == -1)
{
TRACELOG(LOG_ERROR, "Platform backend: Window initialization failed.");
return;
Expand Down

0 comments on commit f0b569a

Please sign in to comment.