summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menus.c b/menus.c
index 91657d8..767da21 100644
--- a/menus.c
+++ b/menus.c
@@ -198,7 +198,7 @@ float Submenu_Value; /* actual value of the shown parameter (like frequency)
int Submenu_extra_fine; /* is the extra-fine mode on? */
-static int update_remote_mode ();
+static void update_remote_mode ();
static int Menu_Is_Item_Visible(int LCD_entry);
static void Menu_Move_Pointer(int move_amount);
static void Display_Number_on_LCD(int Is_Item_Visible,int LCD_row,int LCD_col,char *start_string,int Show_What, int significant_digits, int width_of_column);
@@ -221,7 +221,7 @@ static void Read_Keypad(int *button_port_val, int *upper_encoder_val, int *lower
#define RM_TERM 4
-static int update_remote_mode ()
+static void update_remote_mode ()
{
int is_remote, is_lockout;
GPIB_check_remote_status (&is_remote, &is_lockout);