Introduction
Introduction Statistics Contact Development Disclaimer Help
indent: fix comment - lchat - A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit f6ab8c0931676e10e8af16b497231d25c55f2a1c
parent 99b9e3343a2e550e2634aac6353143bb59546607
Author: Jan Klemkow <[email protected]>
Date: Sat, 2 Sep 2017 14:51:36 +0200
indent: fix comment
Diffstat:
M filter/indent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/filter/indent.c b/filter/indent.c
@@ -33,7 +33,7 @@ main(void)
}
nick = strsep(&next, ">");
- nick++; /* skip '>' */
+ nick++; /* skip '<' */
next++; /* skip space */
strftime(timestr, sizeof timestr, fmt, tm);
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.