C89_BUILD fix

This commit is contained in:
twinaphex 2016-05-08 04:21:56 +02:00
parent b690b58f8d
commit eb689fdd24
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ enum task_queue_ctl_state
/**
* Signals a task to end without waiting for
* it to complete. */
TASK_QUEUE_CTL_CANCEL,
TASK_QUEUE_CTL_CANCEL
};
typedef struct retro_task retro_task_t;