From 4f1ab340b2a24649851ddfaf069f610abfac5af8 Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 11 Jan 2025 10:48:16 -0500 Subject: [PATCH] Fix include guard check that previous CI runs missed. [R. Belmont] --- src/devices/bus/hp_dio/hp98628_9.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/devices/bus/hp_dio/hp98628_9.h b/src/devices/bus/hp_dio/hp98628_9.h index e6360e63e17..873b9ead97b 100755 --- a/src/devices/bus/hp_dio/hp98628_9.h +++ b/src/devices/bus/hp_dio/hp98628_9.h @@ -8,8 +8,8 @@ *********************************************************************/ -#ifndef MAME_BUS_HPDIO_98628_9_H -#define MAME_BUS_HPDIO_98628_9_H +#ifndef MAME_BUS_HP_DIO_HP98628_9_H +#define MAME_BUS_HP_DIO_HP98628_9_H #pragma once @@ -18,4 +18,4 @@ DECLARE_DEVICE_TYPE_NS(HPDIO_98628, bus::hp_dio, device_dio16_card_interface) DECLARE_DEVICE_TYPE_NS(HPDIO_98629, bus::hp_dio, device_dio16_card_interface) -#endif /* MAME_BUS_HPDIO_98628_9_H */ +#endif /* MAME_BUS_HP_DIO_HP98628_9_H */