diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-09-11 19:06:35 +0200 |
---|---|---|
committer | terriblephrases <terriblephrases@gmail.com> | 2018-12-16 02:20:16 +0100 |
commit | 7a1a92ff3f331047245837ddd055298ceb013a62 (patch) | |
tree | e1164ddb28519f11e9cd246a43a0a887d5a2acd6 | |
parent | e651f316420d4366605cd5614b4b6ede46ea451a (diff) |
small code-style fix
-rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |