Cleanup syntax, missing semi-colon

This commit is contained in:
michaelangel007
2016-01-11 08:23:17 -08:00
parent fd7f82b49a
commit cbcb1e492f
+1 -1
View File
@@ -77,7 +77,7 @@ When we are done we will have 6502 assembly code that implements the equivalent
```c
void DrawChar();
void DrawCharCol( char c, int col )
void DrawCharCol( char c, int col );
void DrawCharColRow( char c, int col, int row );
void SetCursorRow( int row );
void SetCursorColRow3( int col, int row );