Alcaro - not a useless cast at all. Broke Windows build.

This commit is contained in:
twinaphex 2015-02-11 14:22:43 +01:00
parent 18aefdd83b
commit 21ff16471a

View File

@ -35,7 +35,7 @@ int database_open_cursor(libretrodb_t *db,
libretrodb_query_t *q = NULL;
if (query)
q = libretrodb_query_compile(db, query,
q = (libretrodb_query_t*)libretrodb_query_compile(db, query,
strlen(query), &error);
if (error)