aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 62f6e2c..bd11091 100644
--- a/draw.c
+++ b/draw.c
@@ -79,7 +79,7 @@ getcolor(const char *colstr) {
void
setfont(const char *fontstr) {
- char **missing, *def;
+ char *def, **missing;
int i, n;
missing = NULL;