Remove a FIXME

This commit is contained in:
derselbst 2020-09-11 22:08:40 +02:00 committed by Tom M
parent e48e48121b
commit 90ba627794

View file

@ -797,7 +797,7 @@ send_event:
new_event.param1 = par1;
new_event.param2 = par2;
/* FIXME - What should be done on failure? For now continue to process events, but return failure to caller. */
/* On failure, continue to process events, but return failure to caller. */
if(router->event_handler(router->event_handler_data, &new_event) != FLUID_OK)
{
ret_val = FLUID_FAILED;