summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-19 14:35:08 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-19 14:35:08 -0400
commit3ebde173c2976a6d83f94bd4a1b5738fa52dd685 (patch)
tree3103c59543b4e0f4e91ca81659ca082df64378ba /menus.c
parentf98d4cfb2cff6df80ecd846f11781568d348fc19 (diff)
fix return-value warnings
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);