Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libvdpau
Commits
626037b8
Commit
626037b8
authored
Jul 22, 2013
by
Aaron Plattner
Browse files
init_config: remove unused local variable 'ret'
Signed-off-by:
Aaron Plattner
<
aplattner@nvidia.com
>
parent
af29b18e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vdpau_wrapper.c
View file @
626037b8
...
...
@@ -332,7 +332,6 @@ void init_config(void)
{
FILE
*
fp
;
char
buffer
[
1024
];
int
ret
;
fp
=
fopen
(
VDPAU_SYSCONFDIR
"/vdpau_wrapper.cfg"
,
"r"
);
if
(
!
fp
)
{
...
...
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