[Privoxy-commits] [privoxy] branch master updated: trivial nit: fix the comment
User Git
git at git.privoxy.org
Tue May 6 00:53:32 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new 90402d31 trivial nit: fix the comment
90402d31 is described below
commit 90402d318458422fd10c2ff61d2f04c8516c1b98
Author: Lee <ler762 at users.sourceforge.net>
AuthorDate: Mon May 5 18:52:54 2025 -0400
trivial nit: fix the comment
it was backwaqrds, but who looks at comments anyway?
---
jcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jcc.c b/jcc.c
index 0e110a3c..55a36f52 100644
--- a/jcc.c
+++ b/jcc.c
@@ -5698,7 +5698,7 @@ int main(int argc, char **argv)
}
else
-#endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
+#endif /* !defined(_WIN32) || defined(_WIN_CONSOLE) */
{
configfile = argv[argc_pos];
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list