add3f6325f
(num > MAX) ? MAX : num rather than (MAX > num) ? MAX : num Also, make things a little easier to read while I'm here. |
||
---|---|---|
.. | ||
cmds.c | ||
cmdtab.c | ||
extern.h | ||
lpc.8 | ||
lpc.c | ||
lpc.h | ||
Makefile |
add3f6325f
(num > MAX) ? MAX : num rather than (MAX > num) ? MAX : num Also, make things a little easier to read while I'm here. |
||
---|---|---|
.. | ||
cmds.c | ||
cmdtab.c | ||
extern.h | ||
lpc.8 | ||
lpc.c | ||
lpc.h | ||
Makefile |