summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2025-08-07 15:42:43 +0200
committer hap <happppp@users.noreply.github.com>2025-08-07 15:42:43 +0200
commit48a3d570f84603c24520a30e2edcd92aa5a12bc8 (patch)
treefcc4115736825cd0a98b2258f1f7254d5a355dd0
parentcf8e2d692709533402a33d1f51fb94e83517fd17 (diff)
nl_sspeedr.h: correct include guard
-rw-r--r--src/mame/taito/nl_sspeedr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/taito/nl_sspeedr.h b/src/mame/taito/nl_sspeedr.h
index 1f9f2ee4057..11f0d9bc895 100644
--- a/src/mame/taito/nl_sspeedr.h
+++ b/src/mame/taito/nl_sspeedr.h
@@ -1,7 +1,7 @@
// license:CC0-1.0
// copyright-holders:Colin Douglas Howell
-#ifndef MAME_MIDWAY_NL_SSPEEDR_H
-#define MAME_MIDWAY_NL_SSPEEDR_H
+#ifndef MAME_TAITO_NL_SSPEEDR_H
+#define MAME_TAITO_NL_SSPEEDR_H
#pragma once
@@ -9,4 +9,4 @@
NETLIST_EXTERNAL(sspeedr)
-#endif // MAME_MIDWAY_NL_SSPEEDR_H
+#endif // MAME_TAITO_NL_SSPEEDR_H