Skip to content
Snippets Groups Projects
Commit e51db9ff authored by deuce's avatar deuce
Browse files

Add missing semicolon.

parent 5a6ee0c8
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ var CON_NORM_FONT =(1<<18); /* Alt normal font activated */
var CON_HIGH_FONT =(1<<19); /* Alt high-intensity font activated */
var CON_BLINK_FONT=(1<<20); /* Alt blink font activated */
var CON_HBLINK_FONT=(1<<21); /* Alt high-blink font activated */
var CON_CR_CLREOL =(1<<31) // Sending '\r', clears to end-of-line first
var CON_CR_CLREOL =(1<<31); // Sending '\r', clears to end-of-line first
/********************************************/
/********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment