Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
a661ade7
Commit
a661ade7
authored
Jun 15, 2007
by
Ramiro Polla
Browse files
Indentation for previous commit
Originally committed as revision 9327 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6100cb47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vhook/imlib2.c
vhook/imlib2.c
+3
-3
No files found.
vhook/imlib2.c
View file @
a661ade7
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment