fixed function signature

This commit is contained in:
Andre Leiradella 2015-10-14 23:48:42 -03:00
parent 6cce351e3d
commit bbad416082

View File

@ -1433,7 +1433,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;