From 90402d318458422fd10c2ff61d2f04c8516c1b98 Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 5 May 2025 18:52:54 -0400 Subject: [PATCH] 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]; } -- 2.49.0