Changeset 1761128257afdf85afd24a126bf469dcdd490985

Show
Ignore:
Timestamp:
17/05/07 19:56:09 (1 year ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1179424569 +0000
git-parent:

[3f3025aa794fbdad01150af9401bcb708263488f]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1179424569 +0000
Message:

* src/vlc.c: remove tabs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/vlc.c

    r0f6073f r1761128  
    246246        else 
    247247        if (time (NULL) <= abort_time) 
    248    
     248       
    249249            /* If user asks again more than 2 seconds later, die badly */ 
    250250            pthread_sigmask (SIG_UNBLOCK, set, NULL); 
     
    260260static void KillOnce (void) 
    261261{ 
    262    VLC_Die (0); 
     262    VLC_Die (0); 
    263263} 
    264264