aboutsummaryrefslogtreecommitdiffstats
path: root/vbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'vbe.c')
-rw-r--r--vbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbe.c b/vbe.c
index fb7228b..8258326 100644
--- a/vbe.c
+++ b/vbe.c
@@ -94,7 +94,7 @@ static char *get_str(unsigned char *buf, unsigned buf_size, char *v)
#define GET_WORD(ADDR, OFS) ((ADDR)[OFS] + ((ADDR)[(OFS) + 1] << 8))
-int vbe_check_vbe_info(void)
+static int vbe_check_vbe_info(void)
{
int i;
unsigned char v[0x200];