And fix the error I just introduced. :)
authorRob Landley <rob@landley.net>
Thu, 25 May 2006 21:13:30 +0000 (21:13 -0000)
committerRob Landley <rob@landley.net>
Thu, 25 May 2006 21:13:30 +0000 (21:13 -0000)
miscutils/less.c

index 7de1836568798f19a4df8e179d86e259c9a088da..940b1c865bc335b128149983b901973d3a7a5bc5 100644 (file)
@@ -1133,7 +1133,7 @@ int less_main(int argc, char **argv) {
        }
 
        strcpy(filename, (inp_stdin) ? bb_msg_standard_input : files[0]);
-       get_terminal_width_height(0, &width, &height)
+       get_terminal_width_height(0, &width, &height);
        data_readlines();
        tcgetattr(fileno(inp), &term_orig);
        term_vi = term_orig;