Fix for amb1648: typo in validate_menu_text

This commit is contained in:
Steve Dudenhoeffer 2008-05-07 04:58:32 +00:00
parent a7d6352a22
commit 55d18da46c

View File

@ -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;