Skip to content

Commit

Permalink
Update platCX16.c
Browse files Browse the repository at this point in the history
Add missing bracket
  • Loading branch information
StewBC committed May 26, 2020
1 parent c08a759 commit ddee457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cx16/platCX16.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void plat_showStrXY(char fore, char back, char x, char y, char* str)
// Something messes up the cursor but this seems to work to
// keep it hidden
*CURS_FLAG = 1;

}

/*-----------------------------------------------------------------------*/
// Use the frameBuffer API to draw the pieces. The GRAPH api
Expand Down

0 comments on commit ddee457

Please sign in to comment.