From: Lee Date: Mon, 5 May 2025 22:52:54 +0000 (-0400) Subject: trivial nit: fix the comment X-Git-Url: http://www.privoxy.org/gitweb/user-manual/seealso.html?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=privoxy.git trivial nit: fix the comment it was backwaqrds, but who looks at comments anyway? --- 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]; }