[FFmpeg-cvslog] r9327 - trunk/vhook/imlib2.c

ramiro subversion
Fri Jun 15 22:42:56 CEST 2007


Author: ramiro
Date: Fri Jun 15 22:42:56 2007
New Revision: 9327

Log:
Indentation for previous commit

Modified:
   trunk/vhook/imlib2.c

Modified: trunk/vhook/imlib2.c
==============================================================================
--- trunk/vhook/imlib2.c	(original)
+++ trunk/vhook/imlib2.c	Fri Jun 15 22:42:56 2007
@@ -258,9 +258,9 @@ int Configure(void **ctxp, int argc, cha
             f = fopen(rgbtxt, "r");
         else
         {
-        f = fopen("/usr/share/X11/rgb.txt", "r");
-        if (!f)
-            f = fopen("/usr/lib/X11/rgb.txt", "r");
+            f = fopen("/usr/share/X11/rgb.txt", "r");
+            if (!f)
+                f = fopen("/usr/lib/X11/rgb.txt", "r");
         }
         if (!f) {
             fprintf(stderr, "Failed to find RGB color names file\n");




More information about the ffmpeg-cvslog mailing list