diff options
Diffstat (limited to 'com32/hdt/hdt-menu-vesa.c')
-rw-r--r-- | com32/hdt/hdt-menu-vesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu-vesa.c b/com32/hdt/hdt-menu-vesa.c index d969a291..345d74bb 100644 --- a/com32/hdt/hdt-menu-vesa.c +++ b/com32/hdt/hdt-menu-vesa.c @@ -30,7 +30,7 @@ /* Submenu for the vesa card */ -void compute_vesa_card(struct s_my_menu *menu, struct s_hardware *hardware) { +static void compute_vesa_card(struct s_my_menu *menu, struct s_hardware *hardware) { char buffer[SUBMENULEN+1]; char statbuffer[STATLEN+1]; |