[hackers] [ii] fix double backslash || Nico Golde
commit a4434536cd80325016309edbb02cbd27cd43b42d
Author: Nico Golde <nico_AT_ngolde.de>
AuthorDate: Fri Sep 2 18:43:08 2016 +0200
Commit: Nico Golde <nico_AT_ngolde.de>
CommitDate: Fri Sep 2 18:43:08 2016 +0200
fix double backslash
diff --git a/ii.c b/ii.c
index 19f1b4c..3c6c3c7 100644
--- a/ii.c
+++ b/ii.c
_AT_@ -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
Received on Fri Sep 02 2016 - 18:43:11 CEST
This archive was generated by hypermail 2.3.0
: Fri Sep 02 2016 - 18:48:27 CEST