aboutsummaryrefslogtreecommitdiff
path: root/src/sg_sat_read_gplog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_sat_read_gplog.c')
-rw-r--r--src/sg_sat_read_gplog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_sat_read_gplog.c b/src/sg_sat_read_gplog.c
index a1afc828..55c164eb 100644
--- a/src/sg_sat_read_gplog.c
+++ b/src/sg_sat_read_gplog.c
@@ -54,7 +54,7 @@
#define DEF_TIMEOUT 20
-static const char * version_str = "1.22 20220425";
+static const char * version_str = "1.23 20220917";
struct opts_t {
bool ck_cond;
@@ -124,7 +124,7 @@ usage()
}
static int
-do_read_gplog(int sg_fd, int ata_cmd, uint8_t *inbuff,
+do_read_gplog(int sg_fd, int ata_cmd, uint8_t * inbuff,
const struct opts_t * op)
{
const bool extend = true;