Correct broken ifdef

This commit is contained in:
Chris Young 2015-07-05 11:00:47 +01:00
parent 8e26870e15
commit 7459d4dc93

View File

@ -456,7 +456,7 @@ void ami_schedule_handle(struct MsgPort *nsmsgport)
#endif #endif
} }
#ifdef NSA_NO_SYNC #ifdef AMIGA_NS_ASYNC
static int32 ami_scheduler_process(STRPTR args, int32 length, APTR execbase) static int32 ami_scheduler_process(STRPTR args, int32 length, APTR execbase)
{ {
struct Process *proc = (struct Process *)FindTask(NULL); struct Process *proc = (struct Process *)FindTask(NULL);