From: Tormod Volden Date: Sun, 1 Mar 2015 12:46:37 +0000 (+0100) Subject: 6809: Remove stray #endif in cpu.h X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=102c0830354706cba715f04a541e9214de4306dc;p=FUZIX.git 6809: Remove stray #endif in cpu.h Signed-off-by: Tormod Volden --- diff --git a/Kernel/cpu-6809/cpu.h b/Kernel/cpu-6809/cpu.h index e8351c7c..de48ea16 100644 --- a/Kernel/cpu-6809/cpu.h +++ b/Kernel/cpu-6809/cpu.h @@ -55,4 +55,3 @@ typedef union { /* this structure is endian dependent */ /* Sane behaviour for unused parameters */ #define used(x) -#endif