From 35a83c19cb1052b363ca24950d296185a799cd2e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 20:00:57 -0500 Subject: fix typos --- menus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menus.c') diff --git a/menus.c b/menus.c index 40d4e87..01970d6 100644 --- a/menus.c +++ b/menus.c @@ -926,11 +926,11 @@ void Show_Main_Menu(void) g_free (step2); // shorten as required - gchar *step4 = conditional_regex_replace (strlen(step2) > LCD_col_width, step3, "TER", "T"); + gchar *step4 = conditional_regex_replace (strlen(step3) > LCD_col_width, step3, "TER", "T"); g_free (step3); // shorten as required - gchar *step5 = conditional_regex_replace (strlen(step2) > LCD_col_width, step4, "GPIB", "GP"); + gchar *step5 = conditional_regex_replace (strlen(step4) > LCD_col_width, step4, "GPIB", "GP"); g_free (step4); // finish -- cgit