> - (int) (60*sum/(elapsed)), *msgp->format->type); > + (int) (60*sum/elapsed), *msgp->format->type); The case here is still superflous, and the space around the operators are still missing.
> - (int) (60*sum/(elapsed)), *msgp->format->type); > + (int) (60*sum/elapsed), *msgp->format->type); The case here is still superflous, and the space around the operators are still missing.