OSDN Git Service

[HELP] Fix missing column.
[openi2cradio/OpenI2CRadio.git] / helps.c
diff --git a/helps.c b/helps.c
index 59e39fe..939bdb6 100644 (file)
--- a/helps.c
+++ b/helps.c
@@ -60,20 +60,21 @@ const char *setup_helpstr[14] = {
         "0: Power OFF",  " ",
         "3: BL Level", "E: BL time",
         "A: Load", "D: Reset default",
-        "C: Save status", "E: FM PITCH",
+        "C: Save status", " ",
         "7: FM CNR", "8: AM CNR"
         "9: FM STEREO", "4: FM BW",
         "5: Cancel", "f: (Exit) Help",
     };
 
-const char *mainmenu_helpstr[14] = {
+const char *mainmenu_helpstr[16] = {
         "0: Setup", "1: Band",
         "2:Resv" , "3: Freq",
         "4: Call user", "6: Set user",
         "7: Power Off", "8: Volume",
         "9: Reload", "A: AM/FM",
         "B: Cancel","C: Set user",
-        "D: Input user","F: (Exit) Help",
+        "D: Input user","E: FM PITCH",
+        " ", "F: (Exit) Help",
 };
 
 const char *numeric_helpstr[8] = {
@@ -162,7 +163,7 @@ void mainmenu_help(void)
         c = printhelp_2lines(mainmenu_helpstr[l], mainmenu_helpstr[l + 1]);
         if(c == charcode_f) return;
         l += 2;
-        if(l >= 14) {
+        if(l >= 16) {
             c = numeric_help();
             if(c == charcode_f) return;
             if(help_version() == charcode_f) return;