Merge pull request #1 from AustinTSchaffer/patch-1

Fix demo.c Typo
This commit is contained in:
Rahul M. Juliato 2019-10-23 14:39:17 -03:00 committed by GitHub
commit 1dd26dafd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);