diff options
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r-- | console-tools/loadfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index ec3e50560..d7bd7e8f5 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -44,7 +44,7 @@ extern int loadfont_main(int argc, char **argv) | |||
44 | int fd; | 44 | int fd; |
45 | 45 | ||
46 | if (argc != 1) | 46 | if (argc != 1) |
47 | usage(loadfont_usage); | 47 | show_usage(); |
48 | 48 | ||
49 | fd = open("/dev/tty0", O_RDWR); | 49 | fd = open("/dev/tty0", O_RDWR); |
50 | if (fd < 0) | 50 | if (fd < 0) |