aboutsummaryrefslogtreecommitdiff
path: root/src/sg_read_attr.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-01-16 22:12:55 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-01-16 22:12:55 +0000
commite168d3764b642fd96aac1c65f83a64af994ee111 (patch)
treee187dacb9e1a4b5fdaafb3d33444b34b87ef5b26 /src/sg_read_attr.c
parentff7f6c54064cacb61466fc26a31886a7573107f5 (diff)
downloadsg3_utils-e168d3764b642fd96aac1c65f83a64af994ee111.tar.gz
more sg_tst_bidi.c work
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@807 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_read_attr.c')
-rw-r--r--src/sg_read_attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_read_attr.c b/src/sg_read_attr.c
index 50e3e751..33aa54ed 100644
--- a/src/sg_read_attr.c
+++ b/src/sg_read_attr.c
@@ -1026,11 +1026,11 @@ main(int argc, char * argv[])
}
break;
case 'v':
- op->verbose_given = true;;
+ op->verbose_given = true;
++op->verbose;
break;
case 'V':
- op->version_given = true;;
+ op->version_given = true;
break;
default:
pr2serr("unrecognised option code 0x%x ??\n", c);