Commit 17611282 authored by Antoine Cellerier's avatar Antoine Cellerier

* src/vlc.c: remove tabs.

parent 3f3025aa
...@@ -245,7 +245,7 @@ static void *SigHandler (void *data) ...@@ -245,7 +245,7 @@ static void *SigHandler (void *data)
} }
else else
if (time (NULL) <= abort_time) if (time (NULL) <= abort_time)
{ {
/* If user asks again more than 2 seconds later, die badly */ /* If user asks again more than 2 seconds later, die badly */
pthread_sigmask (SIG_UNBLOCK, set, NULL); pthread_sigmask (SIG_UNBLOCK, set, NULL);
fprintf (stderr, "user insisted too much, dying badly\n"); fprintf (stderr, "user insisted too much, dying badly\n");
...@@ -259,7 +259,7 @@ static void *SigHandler (void *data) ...@@ -259,7 +259,7 @@ static void *SigHandler (void *data)
static void KillOnce (void) static void KillOnce (void)
{ {
VLC_Die (0); VLC_Die (0);
} }
static void Kill (void) static void Kill (void)
......
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