diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-09-11 19:06:35 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-09-11 19:06:35 +0200 |
commit | 30ec9a3dc354ab1a561c9edd808046bdf5dfd392 (patch) | |
tree | 5ba0c3e92fce80f2d24a9b5f709f360989ac87eb /st.c | |
parent | 67d0cb65d0794e2d91e72e5fa1e3612172e5812e (diff) |
small code-style fix
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |