Browse Source

small code-style fix

master
Hiltjo Posthuma 6 years ago
parent
commit
30ec9a3dc3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      st.c

+ 2
- 1
st.c View File

@ -1452,7 +1452,8 @@ tsetattr(int *attr, int l)
} else {
fprintf(stderr,
"erresc(default): gfx attr %d unknown\n",
attr[i]), csidump();
attr[i]);
csidump();
}
break;
}


Loading…
Cancel
Save