OSDN Git Service

Indentation for previous commit
authorRamiro Polla <ramiro.polla@gmail.com>
Fri, 15 Jun 2007 20:42:56 +0000 (20:42 +0000)
committerRamiro Polla <ramiro.polla@gmail.com>
Fri, 15 Jun 2007 20:42:56 +0000 (20:42 +0000)
Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk

vhook/imlib2.c

index 98ccaf8..3c54836 100644 (file)
@@ -258,9 +258,9 @@ int Configure(void **ctxp, int argc, char *argv[])
             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");