From 7cea262273659e9894d446a3f9ea6b83fb18892a Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 24 Dec 2006 07:30:09 +0000 Subject: small stupid changes. no code changes --- miscutils/less.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'miscutils') diff --git a/miscutils/less.c b/miscutils/less.c index 66158899d..290635d32 100644 --- a/miscutils/less.c +++ b/miscutils/less.c @@ -555,8 +555,8 @@ static char* getch_nowait(void) } /* Grab a character from input without requiring the return key. If the - character is ASCII \033, get more characters and assign certain sequences - special return codes. Note that this function works best with raw input. */ + * character is ASCII \033, get more characters and assign certain sequences + * special return codes. Note that this function works best with raw input. */ static int less_getch(void) { char *input; @@ -632,8 +632,7 @@ static void examine_file(void) /* This function changes the file currently being paged. direction can be one of the following: * -1: go back one file * 0: go to the first file - * 1: go forward one file -*/ + * 1: go forward one file */ static void change_file(int direction) { if (current_file != ((direction > 0) ? num_files : 1)) { @@ -971,9 +970,7 @@ static void goto_mark(void) } #endif - #if ENABLE_FEATURE_LESS_BRACKETS - static char opp_bracket(char bracket) { switch (bracket) { @@ -1029,7 +1026,6 @@ static void match_left_bracket(char bracket) print_statusline("No matching bracket found"); buffer_line(bracket_line); } - #endif /* FEATURE_LESS_BRACKETS */ static void keypress_process(int keypress) -- cgit v1.2.3