if ( style & wxSL_AUTOTICKS )
tickMarks = (maximum - minimum) + 1; // +1 for the 0 value
- // keep the number of tickmarks from becoming unwieldly, therefore below it is ok to cast
+ // keep the number of tickmarks from becoming unwieldy, therefore below it is ok to cast
// it to a UInt16
while (tickMarks > 20)
tickMarks /= 5;