(Libretro) Fix build

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1215 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
kode54 2013-09-21 16:18:04 +00:00
parent 29f7d67c34
commit e4894d2ea2
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ static bool utilIsImage(const char *file)
return utilIsGBAImage(file) || utilIsGBImage(file);
}
uint32_t utilFindType(const char *file)
IMAGE_TYPE utilFindType(const char *file)
{
char buffer [2048];
if ( !utilIsImage( file ) ) // TODO: utilIsArchive() instead?