This commit is contained in:
LiquidFenrir
2017-12-08 18:14:08 +01:00
parent fb18dce177
commit 15be473684

View File

@@ -267,7 +267,7 @@ int main(void)
case MODE_THEMES: case MODE_THEMES:
if(current_list->shuffle_count > MAX_SHUFFLE_THEMES) if(current_list->shuffle_count > MAX_SHUFFLE_THEMES)
{ {
throw_error("You have too many Shuffle seleted.", ERROR_LEVEL_WARNING); throw_error("You have too many Shuffle selected.", ERROR_LEVEL_WARNING);
} }
else if(current_list->shuffle_count == 0) else if(current_list->shuffle_count == 0)
{ {