summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atasmart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atasmart.c b/atasmart.c
index bee47b1..ec47a0e 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -113,8 +113,8 @@ static const char *disk_type_to_string(SkDiskType type) {
[SK_DISK_TYPE_ATA_PASSTHROUGH_16] = "16 Byte SCSI ATA SAT Passthru",
[SK_DISK_TYPE_ATA_PASSTHROUGH_12] = "12 Byte SCSI ATA SAT Passthru",
[SK_DISK_TYPE_ATA] = "Native ATA",
- [SK_DISK_TYPE_BLOB] = "Blob"
-
+ [SK_DISK_TYPE_BLOB] = "Blob",
+ [SK_DISK_TYPE_UNKNOWN] = "Unknown"
};
/* %STRINGPOOLSTOP% */