summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/sgi/mace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sgi/mace.cpp b/src/mame/sgi/mace.cpp
index 2cba2b0cfaa..f6819aea24b 100644
--- a/src/mame/sgi/mace.cpp
+++ b/src/mame/sgi/mace.cpp
@@ -29,7 +29,7 @@
#define LOG_WRITE_AUDIO (1U << 17)
#define LOG_WRITE_ISA (1U << 18)
#define LOG_WRITE_KBDMS (1U << 19)
-#define LOG_WRITE_I2C (1U << 20(
+#define LOG_WRITE_I2C (1U << 20)
#define LOG_WRITE_UST_MSC (1U << 21)
#define LOG_WRITE_ISA_EXT (1U << 22)
#define LOG_WRITE_RTC (1U << 23)