Update description

This commit is contained in:
twinaphex 2016-02-04 15:46:52 +01:00
parent 957f58a033
commit b8a418d6f5

View File

@ -226,9 +226,9 @@ static bool menu_content_load_from_playlist(void *data)
* *
* Gets deferred core. * 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 * 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) static bool menu_content_find_first_core(void *data)
{ {