[MPlayer-cvslog] r35532 - trunk/gui/ui/actions.c

ib subversion at mplayerhq.hu
Fri Nov 30 15:02:17 CET 2012


Author: ib
Date: Fri Nov 30 15:02:17 2012
New Revision: 35532

Log:
Cosmetic: Correct indent.

Modified:
   trunk/gui/ui/actions.c

Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Fri Nov 30 14:58:16 2012	(r35531)
+++ trunk/gui/ui/actions.c	Fri Nov 30 15:02:17 2012	(r35532)
@@ -131,7 +131,7 @@ void uiState(void)
 /**
  * @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 @@ void uiRelSeek(float sec)
 /**
  * @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
  */


More information about the MPlayer-cvslog mailing list