sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 4c1f9ecdd24cfc6e58cc718831c529b2f01151f7
parent 996f992ac6061e900a1a84d863e83f47868500f8
Author: sin <sin@2f30.org>
Date:   Fri, 13 Nov 2015 14:23:42 +0000

Align end of comment

Diffstat:
Mlibutil/cp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libutil/cp.c b/libutil/cp.c @@ -152,7 +152,7 @@ cp(const char *s1, const char *s2, int depth) } if (cp_aflag || cp_pflag) { - /* timestamp and owner*/ + /* timestamp and owner */ if (!S_ISLNK(st.st_mode)) { times[0] = st.st_atim; times[1] = st.st_mtim;