diff options
author | 2021-03-04 14:56:39 +0100 | |
---|---|---|
committer | 2021-03-04 14:57:11 +0100 | |
commit | 61b7e54fead56897acaae504566b02c174a2a7ee (patch) | |
tree | 0b101760170a1696a45310f3914cd35691eee4f4 | |
parent | 196d329c294846976c52b8a195594937bb062734 (diff) |
itt3030: Add missing terminator
-rw-r--r-- | src/lib/formats/itt3030_dsk.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/itt3030_dsk.cpp b/src/lib/formats/itt3030_dsk.cpp index 4a4a795c7d3..9f0022f197b 100644 --- a/src/lib/formats/itt3030_dsk.cpp +++ b/src/lib/formats/itt3030_dsk.cpp @@ -50,7 +50,8 @@ const itt3030_format::format itt3030_format::formats[] = { 256, {}, 1, {}, 32, 22, 31 - } + }, + {} }; |