aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-09-11 19:06:35 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-09-11 19:06:35 +0200
commit30ec9a3dc354ab1a561c9edd808046bdf5dfd392 (patch)
tree5ba0c3e92fce80f2d24a9b5f709f360989ac87eb
parent67d0cb65d0794e2d91e72e5fa1e3612172e5812e (diff)
downloadst-30ec9a3dc354ab1a561c9edd808046bdf5dfd392.tar.gz
st-30ec9a3dc354ab1a561c9edd808046bdf5dfd392.zip
small code-style fix
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
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)
1452 } else { 1452 } else {
1453 fprintf(stderr, 1453 fprintf(stderr,
1454 "erresc(default): gfx attr %d unknown\n", 1454 "erresc(default): gfx attr %d unknown\n",
1455 attr[i]), csidump(); 1455 attr[i]);
1456 csidump();
1456 } 1457 }
1457 break; 1458 break;
1458 } 1459 }