From: Hiltjo Posthuma Date: Tue, 11 Sep 2018 17:06:35 +0000 (+0200) Subject: small code-style fix X-Git-Url: https://git.armaanb.net/?p=st.git;a=commitdiff_plain;h=30ec9a3dc354ab1a561c9edd808046bdf5dfd392 small code-style fix --- diff --git a/st.c b/st.c index 574dbee..46cf2da 100644 --- a/st.c +++ b/st.c @@ -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; }