From bbccdc2de0cf66e0cf0e5a460cfc7a7e409fac11 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 16 Aug 2026 18:43:21 -0500 Subject: [PATCH] Fix typo in Windows startup file --- startup/main_Windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup/main_Windows.cpp b/startup/main_Windows.cpp index fd63099ad..cf8263da5 100644 --- a/startup/main_Windows.cpp +++ b/startup/main_Windows.cpp @@ -588,7 +588,7 @@ static int common_main(int argc, char* argv[]) !(ret_flags & RET_FLAG_NO_DETECT), ret_flags & RET_FLAG_START_SERVER, ret_flags & RET_FLAG_CLI_POST_DETECTION, - ret_valgs & RET_FLAG_START_GUI); + ret_flags & RET_FLAG_START_GUI); /*-----------------------------------------------------*\ | If running as a service, register the service startup |