diff options
author | noname <noname@inventati.org> | 2014-04-22 21:59:14 +0400 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-04-23 15:39:02 +0200 |
commit | 49672dac7b40d27e140f5b6d6b3829c9c5f728ba (patch) | |
tree | 0d86eb4acadacf2bafe160b6e220d77ea062790e /st.c | |
parent | f21e47f44a11b9a24a5d5081fea46f5b5f02eadf (diff) | |
download | st-49672dac7b40d27e140f5b6d6b3829c9c5f728ba.tar.gz st-49672dac7b40d27e140f5b6d6b3829c9c5f728ba.tar.bz2 |
Style fix in tdumpsel.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2256,8 +2256,7 @@ printsel(const Arg *arg) { } void -tdumpsel(void) -{ +tdumpsel(void) { char *ptr; if((ptr = getsel())) { |