From 8455ad9800548a493b51031b53b5e88053ab89ec Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 5 Apr 2009 18:30:39 +0200 Subject: define type string for 'unknown' --- atasmart.c | 4 ++-- 1 file 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% */ -- cgit