tStyle fix in tdumpsel. - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 49672dac7b40d27e140f5b6d6b3829c9c5f728ba
(DIR) parent f21e47f44a11b9a24a5d5081fea46f5b5f02eadf
(HTM) Author: noname <noname@inventati.org>
Date: Tue, 22 Apr 2014 21:59:14 +0400
Style fix in tdumpsel.
Diffstat:
M st.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/st.c b/st.c
t@@ -2256,8 +2256,7 @@ printsel(const Arg *arg) {
}
void
-tdumpsel(void)
-{
+tdumpsel(void) {
char *ptr;
if((ptr = getsel())) {