mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
fix missing semicolon
This commit is contained in:
parent
9b2d4236ad
commit
a3241aa9b2
@ -2963,7 +2963,7 @@ static config_file_t *open_default_config_file(void)
|
||||
#ifndef RARCH_CONSOLE
|
||||
char application_data[PATH_MAX_LENGTH];
|
||||
bool has_application_data = false;
|
||||
application_data[0] = '\0'
|
||||
application_data[0] = '\0';
|
||||
#endif
|
||||
|
||||
conf_path[0] = app_path[0] = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user