Commit 6a47bcd2 authored by ramiro's avatar ramiro

Indentation for previous commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9327 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dd457a5a
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment