Changeset 42255fd0692bc9d4b4155728c1f390301a9f19e6
- Timestamp:
- 05/15/08 22:19:43
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1210882783 +0200
- git-parent:
[68bcb6a4322b55b70c231a597d7b45a5406fd7f8]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1210882783 +0200
- Message:
vlc: Code conventions.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r68bcb6a |
r42255fd |
|
| 256 | 256 | fprintf (stderr, "signal %d received, terminating vlc - do it " |
|---|
| 257 | 257 | "again quickly in case it gets stuck\n", i_signal); |
|---|
| 258 | | if (vlc) libvlc_release( vlc ); |
|---|
| | 258 | if (vlc) libvlc_release (vlc); |
|---|
| 259 | 259 | } |
|---|
| 260 | 260 | else /* time (NULL) <= abort_time */ |
|---|