summaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorGravatar arg@mig29 2006-12-07 14:38:31 +0100
committerGravatar arg@mig29 2006-12-07 14:38:31 +0100
commitc69f397bb9a2234173726e5703eee8c123afacb4 (patch)
treece5f5804991c2ad08b31c8a03df7ebda13413eed /draw.c
parentpeople should define fixed being compatible with their locale (diff)
found compromise
Diffstat (limited to '')
-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;