(Filebrowser) nit
This commit is contained in:
parent
72985dd4d6
commit
d300656990
|
@ -14,12 +14,8 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef _XBOX
|
|
||||||
#include <xtl.h>
|
|
||||||
#endif
|
|
||||||
#include "file_browser.h"
|
#include "file_browser.h"
|
||||||
|
|
||||||
|
|
||||||
static void filebrowser_parse_directory(filebrowser_t * filebrowser,
|
static void filebrowser_parse_directory(filebrowser_t * filebrowser,
|
||||||
const char * path, const char * extensions)
|
const char * path, const char * extensions)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue