Indentation for previous commit
Originally committed as revision 9327 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -258,9 +258,9 @@ int Configure(void **ctxp, int argc, char *argv[])
|
|||||||
f = fopen(rgbtxt, "r");
|
f = fopen(rgbtxt, "r");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
f = fopen("/usr/share/X11/rgb.txt", "r");
|
f = fopen("/usr/share/X11/rgb.txt", "r");
|
||||||
if (!f)
|
if (!f)
|
||||||
f = fopen("/usr/lib/X11/rgb.txt", "r");
|
f = fopen("/usr/lib/X11/rgb.txt", "r");
|
||||||
}
|
}
|
||||||
if (!f) {
|
if (!f) {
|
||||||
fprintf(stderr, "Failed to find RGB color names file\n");
|
fprintf(stderr, "Failed to find RGB color names file\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user