commit | 0bf1f4a8a399d2c8c0396b8cc0439f8d6ca3581b | [log] [tgz] |
---|---|---|
author | Adam Borowski <kilobyte@angband.pl> | Thu Sep 15 16:47:10 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 22 11:41:54 2016 +0200 |
tree | 7d27443bfa1daac9b61db3f31a81d5afe6be0b28 | |
parent | 669e0a51b1b50052b1615683cde64e1c28ae895f [diff] |
vt: Make a comparison <= for readability. All other uses of vc_npar are inclusive (save for < NPAR) which raises eyebrows, so let's at least do so consistently. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>