found compromise

This commit is contained in:
arg@mig29
2006-12-07 14:38:31 +01:00
parent b9fbd59c8a
commit c69f397bb9
2 changed files with 2 additions and 2 deletions

2
draw.c
View File

@ -79,7 +79,7 @@ getcolor(const char *colstr) {
void
setfont(const char *fontstr) {
char **missing, *def;
char *def, **missing;
int i, n;
missing = NULL;