Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
42255fd0
Commit
42255fd0
authored
May 15, 2008
by
Pierre d'Herbemont
Browse files
vlc: Code conventions.
parent
68bcb6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlc.c
View file @
42255fd0
...
...
@@ -255,7 +255,7 @@ static void *SigHandler (void *data)
fprintf
(
stderr
,
"signal %d received, terminating vlc - do it "
"again quickly in case it gets stuck
\n
"
,
i_signal
);
if
(
vlc
)
libvlc_release
(
vlc
);
if
(
vlc
)
libvlc_release
(
vlc
);
}
else
/* time (NULL) <= abort_time */
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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