From b8a418d6f54939c929aab34100923b158565d249 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 4 Feb 2016 15:46:52 +0100 Subject: [PATCH] Update description --- menu/menu_content.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/menu_content.c b/menu/menu_content.c index f137d81323..243b9281ef 100644 --- a/menu/menu_content.c +++ b/menu/menu_content.c @@ -226,9 +226,9 @@ static bool menu_content_load_from_playlist(void *data) * * Gets deferred core. * - * Returns: 0 if there are multiple deferred cores and a + * Returns: false if there are multiple deferred cores and a * selection needs to be made from a list, otherwise - * returns -1 and fills in @s with path to core. + * returns true and fills in @s with path to core. **/ static bool menu_content_find_first_core(void *data) {