trivial nit: fix the comment master
authorLee <ler762@users.sourceforge.net>
Mon, 5 May 2025 22:52:54 +0000 (18:52 -0400)
committerLee <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

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
 
-#endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */
+#endif /* !defined(_WIN32) || defined(_WIN_CONSOLE) */
       {
          configfile = argv[argc_pos];
       }