Mercurial > mplayer.hg
changeset 35438:b3efe5e9f0bf
Cosmetic: Correct indent.
author | ib |
---|---|
date | Fri, 30 Nov 2012 14:02:17 +0000 |
parents | f812dd8ae52b |
children | 5ec9b96eaa48 |
files | gui/ui/actions.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.c Fri Nov 30 13:58:16 2012 +0000 +++ b/gui/ui/actions.c Fri Nov 30 14:02:17 2012 +0000 @@ -131,7 +131,7 @@ /** * @brief Seek new playback position. * - * The new position is a relative one. + * The new position is a relative one. * * @param sec seconds to seek (either forward (> 0) or backward (< 0)) */ @@ -144,7 +144,7 @@ /** * @brief Seek new playback position. * - * The new position is an absolute one. + * The new position is an absolute one. * * @param percent percentage of playback time to position to */