diff options
author | 2014-07-22 06:14:55 +0000 | |
---|---|---|
committer | 2014-07-22 06:14:55 +0000 | |
commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/lib/formats/msx_dsk.c | |
parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/lib/formats/msx_dsk.c')
-rw-r--r-- | src/lib/formats/msx_dsk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/msx_dsk.c b/src/lib/formats/msx_dsk.c index 65c3ba6fcac..45982f1ec9c 100644 --- a/src/lib/formats/msx_dsk.c +++ b/src/lib/formats/msx_dsk.c @@ -71,4 +71,3 @@ const msx_format::format msx_format::formats[] = { }; const floppy_format_type FLOPPY_MSX_FORMAT = &floppy_image_format_creator<msx_format>; - |