diff options
Diffstat (limited to 'src/devices/imagedev/floppy.h')
-rw-r--r-- | src/devices/imagedev/floppy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/floppy.h b/src/devices/imagedev/floppy.h index a6c1fe6a244..f777d872426 100644 --- a/src/devices/imagedev/floppy.h +++ b/src/devices/imagedev/floppy.h @@ -36,7 +36,7 @@ const floppy_format_type _member [] = { #define FLOPPY_FORMATS_END0 \ , \ - NULL }; + nullptr }; #define FLOPPY_FORMATS_END \ , \ FLOPPY_D88_FORMAT, \ |