[MPlayer-cvslog] r33060 - trunk/gui/mplayer/gui_common.c

ib subversion at mplayerhq.hu
Tue Mar 8 21:59:40 CET 2011


Author: ib
Date: Tue Mar  8 21:59:39 2011
New Revision: 33060

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/mplayer/gui_common.c

Modified: trunk/gui/mplayer/gui_common.c
==============================================================================
--- trunk/gui/mplayer/gui_common.c	Tue Mar  8 21:56:51 2011	(r33059)
+++ trunk/gui/mplayer/gui_common.c	Tue Mar  8 21:59:39 2011	(r33060)
@@ -120,8 +120,8 @@ char *Translate(char *str)
     for (c = 0, i = 0; i < strlen(str); i++) {
         if (str[i] != '$') {
             if (c + 1 < sizeof(trbuf)) {
-            trbuf[c++] = str[i];
-            trbuf[c]   = 0;
+                trbuf[c++] = str[i];
+                trbuf[c]   = 0;
             }
         } else {
             switch (str[++i]) {


More information about the MPlayer-cvslog mailing list