mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
cleanup
This commit is contained in:
@@ -447,7 +447,7 @@ int HandleExtension(char *path,char *ext)
|
||||
path[len-3] == ext[0] &&
|
||||
path[len-2] == ext[1] &&
|
||||
path[len-1] == ext[2])
|
||||
{printf("path (%s)\n",path);
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user