mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
Fix 'function declaration is not a prototype' warning on Clang/Mac
This commit is contained in:
parent
ca0b3095e8
commit
278f088c99
@ -61,7 +61,7 @@ struct path_linked_list
|
||||
* Create a new linked list with one item in it
|
||||
* The path on this item will be set to NULL
|
||||
**/
|
||||
struct path_linked_list* path_linked_list_new();
|
||||
struct path_linked_list* path_linked_list_new(void);
|
||||
|
||||
/* Free the entire linked list */
|
||||
bool path_linked_list_free(struct path_linked_list *in_path_linked_list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user