Codechange: use ranged for loop and separate function instead of goto

This commit is contained in:
Rubidium
2024-04-10 21:57:27 +02:00
committed by rubidium42
parent e8a56db21d
commit 5592b4409b
2 changed files with 36 additions and 34 deletions
+1
View File
@@ -50,6 +50,7 @@ struct GetOptData {
}
int GetOpt();
int GetOpt(const OptionData &option);
};
#endif /* GETOPTDATA_H */