Banish extraneous )
This commit is contained in:
parent
0ad1491634
commit
4da3bb0209
@ -10,7 +10,7 @@ set tsrreserve $($tsrbuf - $tsrused)
|
||||
# Adjust values to account for the TSR reserve
|
||||
set free $($free - $tsrreserve)
|
||||
# In case the reserve has been over-committed
|
||||
if {$free < 0)} {
|
||||
if {$free < 0} {
|
||||
# avoid displaying negative free, or used > available
|
||||
set free 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user