diff options
author | mdodd <mdodd@FreeBSD.org> | 1999-08-20 01:24:35 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 1999-08-20 01:24:35 +0000 |
commit | add3f6325f928a3acb756b34b7018942f7cfdbd7 (patch) | |
tree | 24613bef7b6a7a588e0ea9bee3aa1b944b0cc8d2 /contrib/gdb | |
parent | b47bf1ab5f378718e3afceba062ddbe540147e75 (diff) | |
download | FreeBSD-src-add3f6325f928a3acb756b34b7018942f7cfdbd7.zip FreeBSD-src-add3f6325f928a3acb756b34b7018942f7cfdbd7.tar.gz |
What the heck was I thinking? Nobody else saw this? Sheesh.
(num > MAX) ? MAX : num
rather than
(MAX > num) ? MAX : num
Also, make things a little easier to read while I'm here.
Diffstat (limited to 'contrib/gdb')
0 files changed, 0 insertions, 0 deletions