summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/atari_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/atari_dsk.cpp')
-rw-r--r--src/lib/formats/atari_dsk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/atari_dsk.cpp b/src/lib/formats/atari_dsk.cpp
index f5ccd03c952..d73cbf8185f 100644
--- a/src/lib/formats/atari_dsk.cpp
+++ b/src/lib/formats/atari_dsk.cpp
@@ -31,7 +31,7 @@ LEGACY_FLOPPY_OPTIONS_START( atari_only )
"Atari floppy disk image",
atari_dsk_identify,
atari_dsk_construct,
- NULL,
- NULL
+ nullptr,
+ nullptr
)
LEGACY_FLOPPY_OPTIONS_END0