mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
Style nit
This commit is contained in:
parent
6635f76f33
commit
8c64729db0
@ -240,7 +240,7 @@ static void set_basename(const char *path)
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
strlcpy(global->path.fullpath, path, sizeof(global->path.fullpath));
|
||||
strlcpy(global->name.base, path, sizeof(global->name.base));
|
||||
strlcpy(global->name.base, path, sizeof(global->name.base));
|
||||
|
||||
#ifdef HAVE_COMPRESSION
|
||||
/* Removing extension is a bit tricky for compressed files.
|
||||
|
Loading…
Reference in New Issue
Block a user