Skip to content

Commit

Permalink
Update gctl.c indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbau authored Jul 28, 2024
1 parent aff6101 commit d9991f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ void GCtlUpdate(
continue;

sdljoystick = gc->sdljoystick[i];
if(sdljoystick == NULL)
if(sdljoystick == NULL)
continue;

/* Update defined joystick operations for this joystick.
Expand Down

0 comments on commit d9991f0

Please sign in to comment.