Fix C89_BUILD

This commit is contained in:
twinaphex 2016-01-30 03:18:18 +01:00
parent 2bade2c933
commit bd39fd252f

View File

@ -69,7 +69,7 @@ enum task_ctl_state
* They will finish as soon as possible.
*
* This must only be called from the main thread. */
TASK_CTL_RESET,
TASK_CTL_RESET
};
typedef struct rarch_task rarch_task_t;