projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0c03538
)
trivial nit: fix the comment
master
author
Lee
<ler762@users.sourceforge.net>
Mon, 5 May 2025 22:52:54 +0000
(18:52 -0400)
committer
Lee
<ler762@users.sourceforge.net>
Mon, 5 May 2025 22:52:54 +0000
(18:52 -0400)
it was backwaqrds, but who looks at comments anyway?
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
0e110a3
..
55a36f5
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-5698,7
+5698,7
@@
int main(int argc, char **argv)
}
else
}
else
-#endif /*
defined(_WIN32) && !
defined(_WIN_CONSOLE) */
+#endif /*
!defined(_WIN32) ||
defined(_WIN_CONSOLE) */
{
configfile = argv[argc_pos];
}
{
configfile = argv[argc_pos];
}