Changeset 35f91481cc0a6fbe024752ff2aed775963d28536
- Timestamp:
- 14/12/05 20:39:01
(3 years ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1134589141 +0000
- git-parent:
[095cd049a80bce98733be6ffc32ab1c46cd16a67]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1134589141 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r095cd04 |
r35f9148 |
|
| 379 | 379 | if( !p_dialog ) |
|---|
| 380 | 380 | { |
|---|
| 381 | | vlc_mutex_unlock( &p_intearction->object_lock ) ; |
|---|
| | 381 | vlc_mutex_unlock( &p_interaction->object_lock ) ; |
|---|
| 382 | 382 | return; |
|---|
| 383 | 383 | } |
|---|