From bee57c535c29a01cadfaa660d8c0182288960c33 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 11 Jun 2021 03:57:05 +0000 Subject: sg_read_buffer: fix --length= problem; pt: new configure option --enable-pt_dummy builds the library with sg_pt_dummy.c instead of OS specific code git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@904 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- lib/sg_pt_win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sg_pt_win32.c') diff --git a/lib/sg_pt_win32.c b/lib/sg_pt_win32.c index 62a69309..dab66cb0 100644 --- a/lib/sg_pt_win32.c +++ b/lib/sg_pt_win32.c @@ -1445,8 +1445,8 @@ pt_device_is_nvme(const struct sg_pt_base * vp) } /* If a NVMe block device (which includes the NSID) handle is associated - * * with 'vp', then its NSID is returned (values range from 0x1 to - * * 0xffffffe). Otherwise 0 is returned. */ + * with 'vp', then its NSID is returned (values range from 0x1 to + * 0xffffffe). Otherwise 0 is returned. */ uint32_t get_pt_nvme_nsid(const struct sg_pt_base * vp) { -- cgit v1.2.3