(Libretro) Fix build

This commit is contained in:
kode54 2013-09-21 16:18:04 +00:00
parent e1534a9400
commit 8c034c3b67
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?