mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
Correct broken ifdef
This commit is contained in:
parent
8e26870e15
commit
7459d4dc93
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user