Merge pull request #2238 from leiradel/master

fixed function signature
This commit is contained in:
Twinaphex 2015-10-15 04:51:58 +02:00
commit bbcd49b6df

View File

@ -1432,7 +1432,7 @@ int cheevos_get_by_game_id( const char** json, unsigned game_id )
return -1;
}
int cheevos_get_by_content( const char** json, const void* data, size_t size, unsigned flags )
int cheevos_get_by_content( const char** json, const void* data, size_t size )
{
*json = "{}";
return -1;