Try again to sort out image alignment a bit.
[dcpomatic.git] / src / lib / util.cc
index b69581eba56a1e8b282f75cff6ad02371d737aac..66eaea39e21258328693570609926c475117cffb 100644 (file)
@@ -576,7 +576,8 @@ Rect::intersection (Rect const & other) const
 }
 
 /** Round a number up to the nearest multiple of another number.
- *  @param a Number to round.
+ *  @param c Index.
+ *  @param s Array of numbers to round, indexed by c.
  *  @param t Multiple to round to.
  *  @return Rounded number.
  */