Skip to content

Commit

Permalink
Update libcdi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Jun 25, 2024
1 parent 7d08537 commit 2e046b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libcdi/libcdi.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define VC_EXTRALEAN
#include <windows.h>

#define CDI_VERSION "9.3.1"
#define CDI_VERSION "9.3.2"

enum CDI_ATA_BOOL
{
Expand Down Expand Up @@ -163,12 +163,12 @@ cdi_get_health_status(enum CDI_DISK_STATUS status)
{
switch (status)
{
case CDI_DISK_STATUS_GOOD:
return "Good";
case CDI_DISK_STATUS_CAUTION:
return "Caution";
case CDI_DISK_STATUS_BAD:
return "Bad";
case CDI_DISK_STATUS_GOOD:
return "Good";
case CDI_DISK_STATUS_CAUTION:
return "Caution";
case CDI_DISK_STATUS_BAD:
return "Bad";
}
return "Unknown";
}
Expand Down

0 comments on commit 2e046b3

Please sign in to comment.