[hackers] [st] small code-style fix || Hiltjo Posthuma
commit 30ec9a3dc354ab1a561c9edd808046bdf5dfd392
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Tue Sep 11 19:06:35 2018 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Tue Sep 11 19:06:35 2018 +0200
small code-style fix
diff --git a/st.c b/st.c
index 574dbee..46cf2da 100644
--- a/st.c
+++ b/st.c
_AT_@ -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;
}
Received on Tue Sep 11 2018 - 19:07:07 CEST
This archive was generated by hypermail 2.3.0
: Tue Sep 11 2018 - 19:12:21 CEST