small code-style fix
This commit is contained in:
parent
e651f31642
commit
7a1a92ff3f
1 changed files with 2 additions and 1 deletions
3
st.c
3
st.c
|
@ -1506,7 +1506,8 @@ tsetattr(int *attr, int l)
|
|||
} else {
|
||||
fprintf(stderr,
|
||||
"erresc(default): gfx attr %d unknown\n",
|
||||
attr[i]), csidump();
|
||||
attr[i]);
|
||||
csidump();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue