Fix C89_BUILD
This commit is contained in:
parent
2bade2c933
commit
bd39fd252f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue