summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index bf78826a2a..91ed968cd7 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -823,12 +823,12 @@ int kbd_input(char* text, int buflen)
823 { 823 {
824 if (param[l].y < param[l].lines - 1) 824 if (param[l].y < param[l].lines - 1)
825 param[l].y++; 825 param[l].y++;
826#ifndef KBD_MODES
827 else 826 else
827#ifndef KBD_MODES
828 param[l].y=0;} 828 param[l].y=0;}
829#else 829#else
830 line_edit = true;
830 } 831 }
831 line_edit = true;
832 } 832 }
833 if (!line_edit) 833 if (!line_edit)
834#endif 834#endif