Skip to content

Commit

Permalink
Fixed sg1000 compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Dec 27, 2022
1 parent ca6dbf6 commit 0f04e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugbc/src/targets/sg1000/end_gameloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void end_gameloop( Environment * _environment ) {
Loop * loop = _environment->loops;

if ( ! loop ) {
CRITICAL_END_GAMELOOP_WITHOUT_GAMELOOP())
CRITICAL_END_GAMELOOP_WITHOUT_GAMELOOP();
}

if ( loop->type != LT_GAMELOOP ) {
Expand Down

0 comments on commit 0f04e70

Please sign in to comment.