mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
df60fa7a19
commit
cb3943da0e
1 changed files with 2 additions and 2 deletions
|
@ -108,13 +108,13 @@ struct string_list *dir_list_new_special(const char *input_dir,
|
|||
break;
|
||||
case DIR_LIST_SHADERS:
|
||||
{
|
||||
union string_list_elem_attr attr = {0};
|
||||
union string_list_elem_attr attr;
|
||||
struct string_list *str_list = string_list_new();
|
||||
|
||||
if (!str_list)
|
||||
return NULL;
|
||||
|
||||
(void)attr;
|
||||
attr.i = 0;
|
||||
|
||||
dir = input_dir;
|
||||
#ifdef HAVE_CG
|
||||
|
|
Loading…
Add table
Reference in a new issue