diff options
Diffstat (limited to 'libgui/psf.c')
-rw-r--r-- | libgui/psf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgui/psf.c b/libgui/psf.c index 655fb07..e590add 100644 --- a/libgui/psf.c +++ b/libgui/psf.c @@ -9,7 +9,7 @@ // Verifies the PSF magics // Returns the PSF version or 0 -int psf_verify(char *data) +static int psf_verify(char *data) { struct psf1_header *header1 = (struct psf1_header *)data; struct psf2_header *header2 = (struct psf2_header *)data; |