]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lscpu: remove comma operator
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 6 Sep 2011 00:52:52 +0000 (02:52 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Oct 2011 12:22:26 +0000 (14:22 +0200)
commit687b4a06a1df8d80f1ebbc58bf9498a18b895979
treed58aa0eeb509c3bfa1e6f607f499543ee72ba519
parentf57d96050dd74631430e51f75942e97d886473c0
lscpu: remove comma operator

Fix typo where the comma operator has been introduced.
Use a semicolon instead so we end up with simple assignment expressions.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
sys-utils/lscpu.c