Fix demo.c Typo

Hey, saw your demo on Reddit. Cool stuff! Saw a typo while it was running though and figured I'd make a PR for it.

Cheers,
Austin
This commit is contained in:
Austin T Schaffer
2019-10-22 22:06:13 -04:00
committed by GitHub
parent b3ff405b6c
commit 54adda27a3

2
demo.c
View File

@@ -121,7 +121,7 @@ setblink(STATE)\n");
waiting();
setfontbold(FALSE);
printf("BOLD is set fo FALSE --> setfontbold(FALSE)\n\n");
printf("BOLD is set to FALSE --> setfontbold(FALSE)\n\n");
waiting();
setunderline(TRUE);