(libretro-common) file_list.c - update function description

This commit is contained in:
twinaphex 2016-03-20 15:59:38 +01:00
parent f7d4cc25e5
commit 435aa5ee7c

View File

@ -30,11 +30,11 @@
#include <compat/strcasestr.h>
/**
* string_list_capacity:
* @list : pointer to string list
* @cap : new capacity for string list.
* file_list_capacity:
* @list : pointer to file list
* @cap : new capacity for file list.
*
* Change maximum capacity of string list's size.
* Change maximum capacity of file list's size.
*
* Returns: true (1) if successful, otherwise false (0).
**/