From bbad4160820a19de854dd22b4b4cd9ec4ce5d764 Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Wed, 14 Oct 2015 23:48:42 -0300 Subject: [PATCH] fixed function signature --- cheevos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheevos.c b/cheevos.c index 531ad2597f..5680ffef72 100644 --- a/cheevos.c +++ b/cheevos.c @@ -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;