Commit 42255fd0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc: Code conventions.

parent 68bcb6a4
......@@ -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 */
{
......
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