]> git.armaanb.net Git - st.git/commitdiff
small code-style fix
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 11 Sep 2018 17:06:35 +0000 (19:06 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 11 Sep 2018 17:06:35 +0000 (19:06 +0200)
st.c

diff --git a/st.c b/st.c
index 574dbeee866f2704cb6b3bd971d0089af47f258d..46cf2da6999592dd9f807b41d803cbf5c453f339 100644 (file)
--- 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;
                }