aboutsummaryrefslogtreecommitdiff
path: root/src/inc/psf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/psf.h')
-rw-r--r--src/inc/psf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/psf.h b/src/inc/psf.h
index ced3025..63a3d1e 100644
--- a/src/inc/psf.h
+++ b/src/inc/psf.h
@@ -43,6 +43,6 @@ struct psf2_header {
u32 width;
};
-char *psf_parse(char *data);
+struct font *psf_parse(char *data);
#endif