Changeset 3a2e925ec784fad9370cdebdf28fca22a2fb3517
- Timestamp:
- 30/05/08 18:03:25
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212163405 +0200
- git-parent:
[23c0576033063e9669a6443c42fbedbea09f043d]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212163318 +0200
- Message:
macosx: Remove a trailing
in msg_Dbg.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra64f194 |
r3a2e925 |
|
| 147 | 147 | vlc_object_unlock( p_intf ); |
|---|
| 148 | 148 | |
|---|
| 149 | | msg_Dbg( p_intf, "Killing the Mac OS X module\n" ); |
|---|
| | 149 | msg_Dbg( p_intf, "Killing the Mac OS X module" ); |
|---|
| 150 | 150 | |
|---|
| 151 | 151 | /* We are dead, terminate */ |
|---|