mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Cleanups - turn new_type into a static variable
This commit is contained in:
parent
879049da70
commit
13b807a526
@ -80,7 +80,7 @@
|
||||
static char new_path_entry[4096] = {0};
|
||||
static char new_lbl_entry[4096] = {0};
|
||||
static char new_entry[4096] = {0};
|
||||
enum msg_hash_enums new_type = MSG_UNKNOWN;
|
||||
static enum msg_hash_enums new_type = MSG_UNKNOWN;
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
static void print_buf_lines(file_list_t *list, char *buf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user