diff options
| author | 2006-12-07 14:38:31 +0100 | |
|---|---|---|
| committer | 2006-12-07 14:38:31 +0100 | |
| commit | c69f397bb9a2234173726e5703eee8c123afacb4 (patch) | |
| tree | ce5f5804991c2ad08b31c8a03df7ebda13413eed /draw.c | |
| parent | people should define fixed being compatible with their locale (diff) | |
found compromise
Diffstat (limited to '')
| -rw-r--r-- | draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ getcolor(const char *colstr) { void setfont(const char *fontstr) { - char **missing, *def; + char *def, **missing; int i, n; missing = NULL; |
