summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/schedule.c2
-rwxr-xr-xamiga/schedule.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/amiga/schedule.c b/amiga/schedule.c
index ecdf0d62a..dc4a0611c 100755
--- a/amiga/schedule.c
+++ b/amiga/schedule.c
@@ -115,7 +115,7 @@ void schedule_remove(void (*callback)(void *p), void *p)
* Process events up to current time.
*/
-bool schedule_run(void)
+BOOL schedule_run(void)
{
struct nsObject *node;
struct nsObject *nnode;
diff --git a/amiga/schedule.h b/amiga/schedule.h
index 7a7985181..df040aaf5 100755
--- a/amiga/schedule.h
+++ b/amiga/schedule.h
@@ -34,7 +34,5 @@ struct nscallback
};
void ami_remove_timer_event(struct nscallback *nscb);
-
-bool schedule_run(void);
-
+BOOL schedule_run(void);
#endif