From 1bee34e1648ec3f68421fe06753daf08aa085f00 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 12 Jan 2015 22:40:46 +0000 Subject: Stub out font.c and font_scan.c for OS3 for now A more involved fix required for later. --- amiga/os3support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index 9a25197e9..4de39d82f 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -51,7 +51,7 @@ /* Easy compat macros */ /* application */ -#define Notify(...) (void)0; +#define Notify(...) (void)0 /* Exec */ /* AllocVecTagList with no tags */ -- cgit v1.2.3