typo fixes

This commit is contained in:
Connor Lane Smith
2010-06-23 12:15:07 +01:00
parent b4e63454e5
commit 08b264393d
2 changed files with 2 additions and 2 deletions

2
draw.c
View File

@ -41,7 +41,7 @@ dccleanup(void) {
}
void
dcsetup() {
dcsetup(void) {
/* style */
dc.norm[ColBG] = getcolor(normbgcolor);
dc.norm[ColFG] = getcolor(normfgcolor);