diff options
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r-- | console-tools/loadfont.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 6aa739ba4..f691b11af 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -30,6 +30,7 @@ struct psf_header { | |||
30 | 30 | ||
31 | static void loadnewfont(int fd); | 31 | static void loadnewfont(int fd); |
32 | 32 | ||
33 | int loadfont_main(int argc, char **argv); | ||
33 | int loadfont_main(int argc, char **argv) | 34 | int loadfont_main(int argc, char **argv) |
34 | { | 35 | { |
35 | int fd; | 36 | int fd; |