Introduction
Introduction Statistics Contact Development Disclaimer Help
fix double backslash - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit a4434536cd80325016309edbb02cbd27cd43b42d
parent 18580a159febc9c9658d82d73b90b53895c1ec00
Author: Nico Golde <[email protected]>
Date: Fri, 2 Sep 2016 18:43:08 +0200
fix double backslash
Diffstat:
M ii.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ii.c b/ii.c
@@ -493,7 +493,7 @@ int main(int argc, char *argv[]) {
#ifdef USE_PLEDGE /* OpenBSD pledge(2) support */
if (pledge("stdio rpath wpath cpath dpath", NULL) == -1) {
- fputs("ii: pledge\\n", stderr);
+ fputs("ii: pledge\n", stderr);
exit(EXIT_FAILURE);
}
#endif
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.