Skip to content

Commit 918b091

Browse files
committed
Indent screen numbers with line numbers
1 parent ee7bce2 commit 918b091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ main(int argc, char *argv[]) {
179179
}
180180
if (!q || d) {
181181
if (sopt || dopt) {
182-
if (lopt || sopt && !dopt)
182+
if (lopt)
183183
for (i = 0; i < 3; i++)
184184
fputc(' ', ofp);
185185
int n;

0 commit comments

Comments
 (0)