Skip to content

Commit ddee457

Browse files
committed
Update platCX16.c
Add missing bracket
1 parent c08a759 commit ddee457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cx16/platCX16.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void plat_showStrXY(char fore, char back, char x, char y, char* str)
162162
// Something messes up the cursor but this seems to work to
163163
// keep it hidden
164164
*CURS_FLAG = 1;
165-
165+
}
166166

167167
/*-----------------------------------------------------------------------*/
168168
// Use the frameBuffer API to draw the pieces. The GRAPH api

0 commit comments

Comments
 (0)