summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/rx50_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/rx50_dsk.h')
-rw-r--r--src/lib/formats/rx50_dsk.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/formats/rx50_dsk.h b/src/lib/formats/rx50_dsk.h
index b6d40bceeb8..318e0d02902 100644
--- a/src/lib/formats/rx50_dsk.h
+++ b/src/lib/formats/rx50_dsk.h
@@ -11,9 +11,10 @@
based on lib/formats/esq16_dsk.h
*********************************************************************/
+#ifndef MAME_FORMATS_RX50_DSK_H
+#define MAME_FORMATS_RX50_DSK_H
-#ifndef RX50_DSK_H_
-#define RX50_DSK_H_
+#pragma once
#include "flopimg.h"
@@ -39,4 +40,4 @@ private:
extern const floppy_format_type FLOPPY_RX50IMG_FORMAT;
-#endif /* RX50_DSK_H_ */
+#endif // MAME_FORMATS_RX50_DSK_H