summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flopimg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/flopimg.cpp')
-rw-r--r--src/lib/formats/flopimg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/flopimg.cpp b/src/lib/formats/flopimg.cpp
index 595332571ec..1dea0b0037b 100644
--- a/src/lib/formats/flopimg.cpp
+++ b/src/lib/formats/flopimg.cpp
@@ -967,7 +967,7 @@ bool floppy_image::track_is_formatted(int track, int head, int subtrack)
return false;
if(data.size() == 1 && (data[0] & MG_MASK) == MG_N)
return false;
- return true;
+ return true;
}
const char *floppy_image::get_variant_name(uint32_t form_factor, uint32_t variant)