diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:00:57 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:00:57 -0500 |
commit | 35a83c19cb1052b363ca24950d296185a799cd2e (patch) | |
tree | 1de3877620bfac16c2198afdc6de8a81fd4cf30b | |
parent | 685cccabe3159dc05d8df4ff7784aa6e6e8a5c79 (diff) |
fix typos
-rw-r--r-- | menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |