summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/abc1600_dsk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/abc1600_dsk.cpp')
-rw-r--r--src/lib/formats/abc1600_dsk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/abc1600_dsk.cpp b/src/lib/formats/abc1600_dsk.cpp
index e4cde5374b1..399ba89227b 100644
--- a/src/lib/formats/abc1600_dsk.cpp
+++ b/src/lib/formats/abc1600_dsk.cpp
@@ -74,6 +74,6 @@ int abc1600_format::get_image_offset(const format &f, int head, int track)
const format &tf = get_track_format(f, head, trk);
offset += compute_track_size(tf);
}
-
+
return offset;
}