small code-style fix

master
Hiltjo Posthuma 2018-09-11 19:06:35 +02:00
parent 67d0cb65d0
commit 30ec9a3dc3
1 changed files with 2 additions and 1 deletions

3
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;
}