early-access version 3614

This commit is contained in:
pineappleEA
2023-05-26 08:20:12 +02:00
parent f9b7bd6c16
commit 43215b4ced
5 changed files with 7 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ int main(int argc, char** argv) {
break;
case 'u':
selected_user = atoi(optarg);
return 0;
break;
case 'v':
PrintVersion();
return 0;