Fix type derp.

This commit is contained in:
Themaister 2014-04-15 04:29:51 +02:00
parent aefb91e2aa
commit 90d4a28a88

View File

@ -64,7 +64,7 @@ static void filter_thread_loop(void *data)
struct rarch_softfilter
{
dylib_t *lib;
dylib_t lib;
const struct softfilter_implementation *impl;
void *impl_data;