Codechange: use ranged for loop and separate function instead of goto
This commit is contained in:
@@ -50,6 +50,7 @@ struct GetOptData {
|
||||
}
|
||||
|
||||
int GetOpt();
|
||||
int GetOpt(const OptionData &option);
|
||||
};
|
||||
|
||||
#endif /* GETOPTDATA_H */
|
||||
|
||||
Reference in New Issue
Block a user