Fix for amb1648: typo in validate_menu_text
This commit is contained in:
parent
a7d6352a22
commit
55d18da46c
|
@ -61,7 +61,7 @@ void validate_menu_text(char *str)
|
|||
str++;
|
||||
char c = tolower(*str);
|
||||
if (c == 'r' || c == 'w'
|
||||
|| c== 'w' || c == 'd')
|
||||
|| c== 'y' || c == 'd')
|
||||
{
|
||||
str++;
|
||||
offs += 2;
|
||||
|
|
Loading…
Reference in New Issue
Block a user