mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
Fix typo in Windows startup file
This commit is contained in:
1 parent
bc54e18e48
commit
bbccdc2de0
1 file changed
+1
-1
@@ -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 |
|
||||
|
||||
Reference in new issue
Block a user