Changeset 25ffd3f7564b7676dcdea0fe891b0b9269013149
- Timestamp:
- 12/12/05 09:57:48
(3 years ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1134377868 +0000
- git-parent:
[23cdbc02777ba38ff7041545e0bc9fceddaebd22]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1134377868 +0000
- Message:
src/control/core.c: remove superfluous ;
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r59a8d43 |
r25ffd3f |
|
| 216 | 216 | mediacontrol_Exception *exception ) |
|---|
| 217 | 217 | { |
|---|
| 218 | | input_thread_t *p_input = self->p_playlist->p_input;; |
|---|
| | 218 | input_thread_t *p_input = self->p_playlist->p_input; |
|---|
| 219 | 219 | |
|---|
| 220 | 220 | /* FIXME: use the a_position parameter */ |
|---|