mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Small style nit
This commit is contained in:
parent
79bfcb19ce
commit
c97ae2312e
@ -250,9 +250,7 @@ void fill_pathname_application_path(char *s, size_t len)
|
||||
char *buff = malloc(len);
|
||||
|
||||
if(_cmdname(buff))
|
||||
{
|
||||
strlcpy(s, buff, len);
|
||||
}
|
||||
strlcpy(s, buff, len);
|
||||
|
||||
free(buff);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user