diff options
Diffstat (limited to 'src/devices/cpu/clipper/clipperd.h')
-rw-r--r-- | src/devices/cpu/clipper/clipperd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/clipper/clipperd.h b/src/devices/cpu/clipper/clipperd.h index cac65afdf93..5db8a4ed2f4 100644 --- a/src/devices/cpu/clipper/clipperd.h +++ b/src/devices/cpu/clipper/clipperd.h @@ -1,8 +1,8 @@ // license:BSD-3-Clause // copyright-holders:Patrick Mackinlay -#ifndef MAME_CPU_CLIPPER_CLIPPERDASM_H -#define MAME_CPU_CLIPPER_CLIPPERDASM_H +#ifndef MAME_CPU_CLIPPER_CLIPPERD_H +#define MAME_CPU_CLIPPER_CLIPPERD_H #pragma once @@ -20,4 +20,4 @@ private: std::string address (offs_t pc, const data_buffer &opcodes); }; -#endif +#endif // MAME_CPU_CLIPPER_CLIPPERD_H |