Evas ETC2: Fix etc2 function declaration

This commit is contained in:
Jean-Philippe Andre 2014-06-12 16:53:53 +09:00
parent dbd576b858
commit 29770922cf
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ etc1:
}
void
rg_etc2_rgba8_decode_block(const uint8_t *etc, uint32_t *bgra)
rg_etc2_rgba8_decode_block(const unsigned char *etc, unsigned int *bgra)
{
const uint8_t zeros[7] = {0};
uint32_t table_index;