diff --git a/libraries/plugins/remote/event.c b/libraries/plugins/remote/event.c index 585333cb80cc..b9a15c6b181b 100644 --- a/libraries/plugins/remote/event.c +++ b/libraries/plugins/remote/event.c @@ -200,7 +200,7 @@ remote_fpgaGetOSObjectFromEventHandle( /******************************************************************************/ -STATIC void * events_srv_thr_fn(void *arg) +STATIC void *events_srv_thr_fn(void *arg) { opae_poll_server *psrv = (opae_poll_server *)arg;