summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cassimg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/cassimg.c')
-rw-r--r--src/lib/formats/cassimg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/cassimg.c b/src/lib/formats/cassimg.c
index b7f1ea68ccd..20ccbc99407 100644
--- a/src/lib/formats/cassimg.c
+++ b/src/lib/formats/cassimg.c
@@ -379,7 +379,7 @@ static casserr_t lookup_sample(cassette_image *cassette, int channel, size_t sam
/* is this block beyond the edge of our waveform? */
if (sample_blocknum >= cassette->blocks.count())
cassette->blocks.resize_keep_and_clear_new(sample_blocknum + 1);
-
+
if (cassette->blocks[sample_blocknum] == NULL)
cassette->blocks[sample_blocknum] = global_alloc(sample_block);