[MPlayer-cvslog] r34673 - trunk/gui/cfg.c

ib subversion at mplayerhq.hu
Thu Feb 9 15:53:24 CET 2012


Author: ib
Date: Thu Feb  9 15:53:24 2012
New Revision: 34673

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/cfg.c

Modified: trunk/gui/cfg.c
==============================================================================
--- trunk/gui/cfg.c	Thu Feb  9 15:52:22 2012	(r34672)
+++ trunk/gui/cfg.c	Thu Feb  9 15:53:24 2012	(r34673)
@@ -286,8 +286,8 @@ void cfg_read(void)
             item->path = strdup(line);
 
             if (fgetstr(line, sizeof(line), file)) {
-            item->name = strdup(line);
-            listSet(gtkAddPlItem, item);
+                item->name = strdup(line);
+                listSet(gtkAddPlItem, item);
             } else {
                 free(item->path);
                 free(item);


More information about the MPlayer-cvslog mailing list