mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
a010300d2f
commit
3d667999ab
1 changed files with 1 additions and 2 deletions
|
@ -287,8 +287,7 @@ char *filestream_gets(RFILE *stream, char *s, size_t len)
|
|||
#elif defined(VITA) || defined(PSP)
|
||||
if(filestream_read(stream,s,len)==len)
|
||||
return s;
|
||||
else
|
||||
return NULL;
|
||||
return NULL;
|
||||
#else
|
||||
return gets(s);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue