summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/imd_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/imd_dsk.c')
-rw-r--r--src/lib/formats/imd_dsk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/imd_dsk.c b/src/lib/formats/imd_dsk.c
index aa7c34065fb..b558a599c63 100644
--- a/src/lib/formats/imd_dsk.c
+++ b/src/lib/formats/imd_dsk.c
@@ -359,7 +359,7 @@ int imd_format::identify(io_generic *io, UINT32 form_factor)
if(h[7] == ':') {
h[30] = 0;
for(int i=0; i != 30; i++)
- if(h[i] >= '0' && h[i] <= '9') \
+ if(h[i] >= '0' && h[i] <= '9') \
h[i] = '0';
fixnum(h+ 9, h+11);
@@ -374,7 +374,7 @@ int imd_format::identify(io_generic *io, UINT32 form_factor)
} else {
h[31] = 0;
for(int i=0; i != 31; i++)
- if(h[i] >= '0' && h[i] <= '9') \
+ if(h[i] >= '0' && h[i] <= '9') \
h[i] = '0';
fixnum(h+10, h+12);